From 79ef02f19378696dde49ccbba89af2821b67ac9b Mon Sep 17 00:00:00 2001 From: UnCLAS-Prommer Date: Tue, 17 Jun 2025 16:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=88=E5=BF=98=E4=BA=86ruff=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recv_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recv_handler.py b/src/recv_handler.py index 6189009..7b11fbd 100644 --- a/src/recv_handler.py +++ b/src/recv_handler.py @@ -7,7 +7,7 @@ import json import websockets as Server from typing import List, Tuple, Optional, Dict, Any import uuid -from plyer import notification, facades +from plyer import notification import os from . import MetaEventType, RealMessageType, MessageType, NoticeType