From 1b1680673149150e9e0215bc4083ba3df8e7ad2c Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:15 +0100 Subject: [PATCH] modules/CommandJoinActive.py --- modules/CommandJoinActive.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/CommandJoinActive.py b/modules/CommandJoinActive.py index df5f293..9899c93 100644 --- a/modules/CommandJoinActive.py +++ b/modules/CommandJoinActive.py @@ -6,6 +6,7 @@ import datetime import threading from inspect import cleandoc +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class CommandJoinActive(AbstractCommand): TRIGGER = "join-active" -- 2.43.0