Name modules in snake_case

Per PEP 8
This commit is contained in:
jonct 2024-07-14 23:25:12 -04:00
parent 351cef783d
commit 34f2164715
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ else:
DISCLAIMER = f"""{YELLOW}{BOLD}{__disclaimer__}{NORMAL}"""
from utils.KeyValueParser import KeyValueParser, ExceptionWithParser
from utils.config_parser import KeyValueParser, ExceptionWithParser
# Workaround for exit_on_error=False not applying to: