mypy compliant
This commit is contained in:
@@ -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 | '
|
||||
|
||||
Reference in New Issue
Block a user