From 4495a46688f6234280a076d2636554af0250c87f Mon Sep 17 00:00:00 2001 From: Janik Besendorf Date: Wed, 25 Mar 2026 08:43:56 +0100 Subject: [PATCH] Remove stale FIXME comment in command.py --- src/mvt/common/command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mvt/common/command.py b/src/mvt/common/command.py index 0eb633a..9b28d98 100644 --- a/src/mvt/common/command.py +++ b/src/mvt/common/command.py @@ -222,7 +222,6 @@ class Command: if self.module_name and module.__name__ != self.module_name: continue - # FIXME: do we need the logger here module_logger = logging.getLogger(module.__module__) m = module(