From 7a2a2d1c3e03457c1673f3eecbefa3759f08a0b2 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:16 +0100 Subject: [PATCH] modules/TACommandSyncFSInf.py --- modules/TACommandSyncFSInf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/TACommandSyncFSInf.py b/modules/TACommandSyncFSInf.py index ea5e5b5..5bf2504 100644 --- a/modules/TACommandSyncFSInf.py +++ b/modules/TACommandSyncFSInf.py @@ -7,6 +7,7 @@ from inspect import cleandoc import mattermost +# pylint: disable=wrong-import-position from AbstractCommand import * class TACommandSyncFSInf(AbstractCommand): TRIGGER = "sync-fsinf" -- 2.43.0