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,