Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frances-h committed May 15, 2024
1 parent 42abd0e commit 093f511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdv/logging/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_sdv_logger(logger_name):
logger.removeHandler(handler)

if logger_name in logger_conf.get('loggers'):
formatter = None
formatter = None
config = logger_conf.get('loggers').get(logger_name)
log_level = getattr(logging, config.get('level', 'INFO'))
if config.get('formatter'):
Expand Down

0 comments on commit 093f511

Please sign in to comment.