get rid of unnecessary .init imports
This commit is contained in:
parent
069732600c
commit
9d5d368891
13 changed files with 5 additions and 28 deletions
|
@ -13,7 +13,7 @@ from my.config.holidays_data import HOLIDAYS_DATA
|
|||
|
||||
# pip3 install workalendar
|
||||
from workalendar.europe import UnitedKingdom # type: ignore
|
||||
cal = UnitedKingdom() # TODO FIXME specify in config
|
||||
cal = UnitedKingdom() # TODO
|
||||
# TODO that should depend on country/'location' of residence I suppose?
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue