From 2696e811cef26f2249d33f8b7fc864a1a579ef92 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 27 Sep 2023 20:02:41 +0200 Subject: [PATCH] quality: make linter gods happy --- moulinette/actionsmap.py | 2 -- moulinette/utils/log.py | 1 - 2 files changed, 3 deletions(-) diff --git a/moulinette/actionsmap.py b/moulinette/actionsmap.py index c213ab2e..a0f60a13 100644 --- a/moulinette/actionsmap.py +++ b/moulinette/actionsmap.py @@ -585,8 +585,6 @@ class ActionsMap: """ - start = time() - interface_type = top_parser.interface # If loading from cache, extra were already checked when cache was diff --git a/moulinette/utils/log.py b/moulinette/utils/log.py index 3d010726..be7eb6f3 100644 --- a/moulinette/utils/log.py +++ b/moulinette/utils/log.py @@ -6,7 +6,6 @@ from logging import ( addLevelName, setLoggerClass, Logger, - getLogger, NOTSET, # noqa DEBUG, INFO,