From cf501e65a8f84c90c9564b6d1c877a22cd392412 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:15 +0100 Subject: [PATCH] core/CoreCommandHCF.py --- core/CoreCommandHCF.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/CoreCommandHCF.py b/core/CoreCommandHCF.py index 2225ee0..0d618b1 100644 --- a/core/CoreCommandHCF.py +++ b/core/CoreCommandHCF.py @@ -6,6 +6,7 @@ import os from inspect import cleandoc +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class CoreCommandHCF(AbstractCommand): TRIGGER = "hcf" -- 2.43.0