Skip to content

Commit 159276c

Browse files
committed
Updated file based on make pre-commit
1 parent 18216c1 commit 159276c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

holidays/countries/pitcairn_islands.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@ def _add_kings_birthday(self, name: str):
5454

5555
class PN(PitcairnIslands):
5656
"""Alias for PitcairnIslands."""
57+
5758
pass
5859

60+
5961
class PCN(PitcairnIslands):
6062
"""Alias for PitcairnIslands."""
63+
6164
pass

tests/countries/test_pitcairn_islands.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# holidays
2+
# --------
3+
# A fast, efficient Python library for generating country, province and state
4+
# specific sets of holidays on the fly. It aims to make determining whether a
5+
# specific date is a holiday as fast and flexible as possible.
6+
#
7+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
8+
# dr-prodigy <[email protected]> (c) 2017-2023
9+
# ryanss <[email protected]> (c) 2014-2017
10+
# Website: https://github.com/vacanza/holidays
11+
# License: MIT (see LICENSE file)
12+
113
from datetime import date
214

315
from holidays.countries.pitcairn_islands import PitcairnIslands, PN, PCN

0 commit comments

Comments
 (0)