From b98871f1708d5a39f3be93541bbe9bc6ddc93f8a Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Mon, 10 Jun 2024 00:07:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20=E5=88=A0=E9=99=A4=20HandleNotFi?= =?UTF-8?q?nishedError?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_tetris_stats/utils/exception.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nonebot_plugin_tetris_stats/utils/exception.py b/nonebot_plugin_tetris_stats/utils/exception.py index a21e1b4..78068c4 100644 --- a/nonebot_plugin_tetris_stats/utils/exception.py +++ b/nonebot_plugin_tetris_stats/utils/exception.py @@ -33,7 +33,3 @@ class DoNotCatchError(TetrisStatsError): class WhatTheFuckError(DoNotCatchError): """用于表示不应该出现的情况 (""" - - -class HandleNotFinishedError(DoNotCatchError): - """任务没有正常完成处理的错误"""