From b9a6433376ad09fd9b13ba8ef78da1f9feb0e5a2 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:15 +0100 Subject: [PATCH] modules/CommandHot.py --- modules/CommandHot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/CommandHot.py b/modules/CommandHot.py index 2816754..166d859 100644 --- a/modules/CommandHot.py +++ b/modules/CommandHot.py @@ -6,6 +6,7 @@ from inspect import cleandoc +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class CommandHot(AbstractCommand): TRIGGER = "hot" -- 2.43.0