From 2f0d1a4ed8d12c3739947b92311da14abdd0f95c Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:15 +0100 Subject: [PATCH] modules/CommandPlenum.py --- modules/CommandPlenum.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/CommandPlenum.py b/modules/CommandPlenum.py index 08889aa..dc40748 100644 --- a/modules/CommandPlenum.py +++ b/modules/CommandPlenum.py @@ -5,6 +5,7 @@ from inspect import cleandoc +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class CommandPlenum(AbstractCommand): TRIGGER = "plenum" -- 2.43.0