From bfb5cdeb87c9a4f6b27abb980b39bfd91608af08 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:15 +0100 Subject: [PATCH] modules/CommandSpoiler.py --- modules/CommandSpoiler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/CommandSpoiler.py b/modules/CommandSpoiler.py index 3d87a82..fa4f23f 100644 --- a/modules/CommandSpoiler.py +++ b/modules/CommandSpoiler.py @@ -4,6 +4,7 @@ +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class CommandSpoiler(AbstractCommand): TRIGGER = "spoiler" -- 2.43.0