Remove stale FIXME comment in command.py

This commit is contained in:
Janik Besendorf
2026-03-25 08:43:56 +01:00
parent d4b1c6bd25
commit 4495a46688

View File

@@ -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(