quality: make linter gods happy

This commit is contained in:
Alexandre Aubin 2023-09-27 20:02:41 +02:00
parent 75f522be56
commit 2696e811ce
2 changed files with 0 additions and 3 deletions

View file

@ -585,8 +585,6 @@ class ActionsMap:
"""
start = time()
interface_type = top_parser.interface
# If loading from cache, extra were already checked when cache was

View file

@ -6,7 +6,6 @@ from logging import (
addLevelName,
setLoggerClass,
Logger,
getLogger,
NOTSET, # noqa
DEBUG,
INFO,