modules/CommandRoom.py
authorSomeone <someone@somenet.org>
Mon, 10 Jan 2022 15:20:15 +0000 (16:20 +0100)
committerSomeone <someone@somenet.org>
Mon, 10 Jan 2022 15:20:15 +0000 (16:20 +0100)
modules/CommandRoom.py

index 525c5085f3ce3240f5e4e8772a502e2e7b60557e..834a9c1e5358b5b9e61d5549db8e6e0f9da30e0d 100644 (file)
@@ -6,6 +6,7 @@
 import requests
 
 
+# pylint: disable=wrong-import-position
 from AbstractCommand import AbstractCommand
 class CommandRoom(AbstractCommand):
     TRIGGER = "room"