Spaces:
Sleeping
Sleeping
sebaacademia
commited on
Commit
•
98fb551
1
Parent(s):
a58a494
Update __init__.py
Browse files- __init__.py +1 -1
__init__.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import logging
|
2 |
import logging.config
|
3 |
|
4 |
-
from constants import LOGGING_DICT_CONFIG
|
5 |
|
6 |
logging.config.dictConfig(LOGGING_DICT_CONFIG)
|
7 |
|
|
|
1 |
import logging
|
2 |
import logging.config
|
3 |
|
4 |
+
from logging.constants import LOGGING_DICT_CONFIG
|
5 |
|
6 |
logging.config.dictConfig(LOGGING_DICT_CONFIG)
|
7 |
|