From e45ad08fabdf5cdfbe581578158042005f055af0 Mon Sep 17 00:00:00 2001 From: aoxuan Date: Sun, 4 May 2025 16:25:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor(notification):=20=E9=87=8D=E6=9E=84=20?= =?UTF-8?q?Server=E9=85=B1=20=E6=8E=A8=E9=80=81=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/notification.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/services/notification.py b/app/services/notification.py index bfc894e..0f63acf 100644 --- a/app/services/notification.py +++ b/app/services/notification.py @@ -152,8 +152,6 @@ class Notification(QWidget): return None try: - import re - # 构造 URL if send_key.startswith("sctp"): match = re.match(r"^sctp(\d+)t", send_key)