Fix linter

This commit is contained in:
Augustin Trancart 2020-02-09 20:32:53 +01:00
parent db29a9aa38
commit 0eb77e4e8b

View file

@ -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,