From 72d4f57401a6226924c738bc558863cf61d4bc24 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:15 +0100 Subject: [PATCH] modules/CommandGWGRoll.py --- modules/CommandGWGRoll.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/CommandGWGRoll.py b/modules/CommandGWGRoll.py index 01796fc..4787af3 100644 --- a/modules/CommandGWGRoll.py +++ b/modules/CommandGWGRoll.py @@ -5,6 +5,7 @@ import random +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class CommandGWGRoll(AbstractCommand): TRIGGER = "gwg-roll" -- 2.43.0