From c37ad7eac2574cfe8062e097e8d7ef931a0734b5 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 16:20:16 +0100 Subject: [PATCH] modules/DialogManagedLVAFeedback.py --- modules/DialogManagedLVAFeedback.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/DialogManagedLVAFeedback.py b/modules/DialogManagedLVAFeedback.py index 5e182b0..b456a97 100644 --- a/modules/DialogManagedLVAFeedback.py +++ b/modules/DialogManagedLVAFeedback.py @@ -7,7 +7,8 @@ import csv import os -from AbstractCommand import * +# pylint: disable=wrong-import-position +from AbstractCommand import AbstractCommand class DialogManagedLVAFeedback(AbstractCommand): TRIGGER = "lva-feedback" CONFIG = {"display_name": "somebot-command", "auto_complete": False, -- 2.43.0