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