From f30c8f612ef99e7c91bdba29de91959a1aac39cd Mon Sep 17 00:00:00 2001 From: ufoptg Date: Thu, 1 Feb 2024 12:20:11 +0000 Subject: [PATCH] pylint: auto fixes --- plugins/_chatactions.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/_chatactions.py b/plugins/_chatactions.py index 1b1ceafe2d..a8e849dfa2 100644 --- a/plugins/_chatactions.py +++ b/plugins/_chatactions.py @@ -21,7 +21,12 @@ from pyUltroid.dB.greetings_db import get_goodbye, get_welcome, must_thank from pyUltroid.dB.nsfw_db import is_profan from pyUltroid.fns.helper import check_reply_to, inline_mention -from pyUltroid.fns.tools import async_searcher, create_tl_btn, get_chatbot_reply, get_oracle_reply +from pyUltroid.fns.tools import ( + async_searcher, + create_tl_btn, + get_chatbot_reply, + get_oracle_reply, +) try: from ProfanityDetector import detector