diff --git a/moulinette/utils/log.py b/moulinette/utils/log.py index 16a3fc23..b793a2bc 100644 --- a/moulinette/utils/log.py +++ b/moulinette/utils/log.py @@ -3,12 +3,12 @@ import logging # import all constants because other modules try to import them from this # module because SUCCESS is defined in this module -from logging import ( +from logging import ( # noqa: F401 addLevelName, setLoggerClass, Logger, getLogger, - NOTSET, # noqa + NOTSET, DEBUG, INFO, WARNING,