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