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