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