From 0729a52fb6d9bc40b4ee7ccb5979bcaa3ad7bb4b Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:15 +0100 Subject: [PATCH] core/CoreCommandUse.py --- core/CoreCommandUse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/CoreCommandUse.py b/core/CoreCommandUse.py index e9d2e65..901e6ad 100644 --- a/core/CoreCommandUse.py +++ b/core/CoreCommandUse.py @@ -6,6 +6,7 @@ from inspect import cleandoc +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class CoreCommandUse(AbstractCommand): TRIGGER = "use" -- 2.43.0