From 56186e83b60be96f41cc93aec360c00fc68c75e5 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:16 +0100 Subject: [PATCH] modules/DialogManagedReport.py --- modules/DialogManagedReport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/DialogManagedReport.py b/modules/DialogManagedReport.py index dc393aa..890a9c6 100644 --- a/modules/DialogManagedReport.py +++ b/modules/DialogManagedReport.py @@ -11,6 +11,7 @@ import logging logger = logging.getLogger(__name__) +# pylint: disable=wrong-import-position from AbstractCommand import AbstractCommand class DialogManagedReport(AbstractCommand): TRIGGER = "report" -- 2.43.0