From 79c8e51579c7ee2c5a64220d7cc03f2312dbf4f3 Mon Sep 17 00:00:00 2001
From: Lint Action <noreply@github.com>
Date: Fri, 4 Feb 2022 16:50:25 +0000
Subject: =?UTF-8?q?:rotating=5Flight:=20=E8=87=AA=E5=8A=A8=E8=BF=9B?=
 =?UTF-8?q?=E8=A1=8C=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ATRI/plugins/util/__init__.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'ATRI/plugins/util')

diff --git a/ATRI/plugins/util/__init__.py b/ATRI/plugins/util/__init__.py
index e63870b..19fdcaf 100644
--- a/ATRI/plugins/util/__init__.py
+++ b/ATRI/plugins/util/__init__.py
@@ -74,9 +74,7 @@ _sepi_flmt_notice = choice(["涩批爬", "✌🥵✌"])
 
 
 @sepi.handle([Cooldown(3, prompt=_sepi_flmt_notice)])
-async def _ready_sepi(
-    matcher: Matcher, args: Message = CommandArg()
-):
+async def _ready_sepi(matcher: Matcher, args: Message = CommandArg()):
     msg = args.extract_plain_text()
     if msg:
         matcher.set_arg("sepi_text", args)
-- 
cgit v1.2.3