From 171dccdc9e6b3f314c7c48779039f7ce6295bd8a Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:15 +0100 Subject: [PATCH] modules/CommandEnglish.py --- modules/CommandEnglish.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/CommandEnglish.py b/modules/CommandEnglish.py index 84a2b27..592a949 100644 --- a/modules/CommandEnglish.py +++ b/modules/CommandEnglish.py @@ -5,6 +5,7 @@ from inspect import cleandoc +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class CommandEnglish(AbstractCommand): TRIGGER = "english" -- 2.43.0