Skip to content

Commit

Permalink
Update hdays.py Turkey import path (#2431)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r authored May 17, 2023
1 parent 5e54831 commit 3ae65be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/prophet/hdays.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
from convertdate.islamic import from_gregorian, to_gregorian
from lunarcalendar import Lunar, Converter

from holidays import WEEKEND, HolidayBase, Turkey
from holidays import WEEKEND, HolidayBase
from holidays.countries import Turkey
from dateutil.easter import easter, EASTER_ORTHODOX
from dateutil.relativedelta import relativedelta as rd

Expand Down

0 comments on commit 3ae65be

Please sign in to comment.