Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion holidays/calendars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Website: https://github.com/vacanza/holidays
# License: MIT (see LICENSE file)

# flake8: noqa: F401
# ruff: noqa: F401

from holidays.calendars.balinese_saka import _BalineseSakaLunar
from holidays.calendars.buddhist import _BuddhistLunisolar, _CustomBuddhistHolidays
Expand Down
2 changes: 1 addition & 1 deletion holidays/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Website: https://github.com/vacanza/holidays
# License: MIT (see LICENSE file)

# flake8: noqa: F401
# ruff: noqa: F401

from holidays.calendars.gregorian import (
JAN,
Expand Down
2 changes: 1 addition & 1 deletion holidays/groups/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Website: https://github.com/vacanza/holidays
# License: MIT (see LICENSE file)

# flake8: noqa: F401
# ruff: noqa: F401

from holidays.groups.balinese_saka import BalineseSakaCalendarHolidays
from holidays.groups.buddhist import BuddhistCalendarHolidays
Expand Down