mypy compliant

This commit is contained in:
brb
2023-07-13 12:11:49 +02:00
parent 2f69f49690
commit 7a965e5dfc
4 changed files with 24 additions and 38 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ LOGGER_LEVEL = config.get('main', 'logger_level')
def setup_logging(
logger_level: Literal['debug', 'info', 'warning', 'error'] = LOGGER_LEVEL
logger_level: str = LOGGER_LEVEL
):
fmt = (
'%(asctime)s | '