From a3d2baa86a7b7895abf539635d9e1f31e59483b0 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:15 +0100 Subject: [PATCH] modules/CommandRoom.py --- modules/CommandRoom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/CommandRoom.py b/modules/CommandRoom.py index 525c508..834a9c1 100644 --- a/modules/CommandRoom.py +++ b/modules/CommandRoom.py @@ -6,6 +6,7 @@ import requests +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class CommandRoom(AbstractCommand): TRIGGER = "room" -- 2.43.0