Refactor imports and improve logging in multiple modules; streamline type hints and remove redundant code
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
|
||||
from constants import LOG_CLEAR, LOG_LEVEL, LOG_PATH
|
||||
from logger import init_logger
|
||||
from constants import LOG_PATH, LOG_CLEAR, LOG_LEVEL
|
||||
|
||||
if not os.path.exists(LOG_PATH):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user