mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Fix linter
This commit is contained in:
parent
db29a9aa38
commit
0eb77e4e8b
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue