From 16ca776f788db6cb3581e12afbf6ec82b9a69b1f Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:15 +0100 Subject: [PATCH] modules/CommandJoinAll.py --- modules/CommandJoinAll.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/CommandJoinAll.py b/modules/CommandJoinAll.py index 8142e2f..002e739 100644 --- a/modules/CommandJoinAll.py +++ b/modules/CommandJoinAll.py @@ -5,6 +5,7 @@ +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class CommandJoinAll(AbstractCommand): TRIGGER = "join-all" -- 2.43.0