From 413a0c6ce1217b15251c23e75f8fbe189ae4e701 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:16 +0100 Subject: [PATCH] modules/CommandThreads.py --- modules/CommandThreads.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/CommandThreads.py b/modules/CommandThreads.py index 539f5dd..40d5319 100644 --- a/modules/CommandThreads.py +++ b/modules/CommandThreads.py @@ -5,6 +5,7 @@ from inspect import cleandoc +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class CommandThreads(AbstractCommand): TRIGGER = "threads" -- 2.43.0