mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-06 00:03:25 +00:00
Update hdays.py Turkey import path (#2431)
This commit is contained in:
parent
5e54831268
commit
3ae65be001
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ from datetime import date, timedelta
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue