From b8d1af561f51d9a77ae4a2d487f11bb352b799b8 Mon Sep 17 00:00:00 2001 From: Amit Sharma <48654350+buddhhu@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:26:11 +0000 Subject: [PATCH] pylint: auto fixes --- plugins/_chatactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/_chatactions.py b/plugins/_chatactions.py index 7864f2485..713f50648 100644 --- a/plugins/_chatactions.py +++ b/plugins/_chatactions.py @@ -25,7 +25,7 @@ from ProfanityDetector import detector except ImportError: detector = None -from . import HNDLR,LOG_CHANNEL, LOGS, asst, get_string, types, udB, ultroid_bot +from . import HNDLR, LOG_CHANNEL, LOGS, asst, get_string, types, udB, ultroid_bot from ._inline import something