Rename my_configuration to mycfg for brevity
This commit is contained in:
parent
cd804091c3
commit
066641a4ce
31 changed files with 65 additions and 70 deletions
|
@ -4,7 +4,7 @@ import re
|
|||
from typing import Tuple, Iterator, List, Union
|
||||
|
||||
|
||||
from my_configuration.holidays_data import HOLIDAYS_DATA
|
||||
from mycfg.holidays_data import HOLIDAYS_DATA
|
||||
|
||||
|
||||
# pip3 install workalendar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue