From 0d9163a37ffafc01ca6688e969b3efad9d0dc708 Mon Sep 17 00:00:00 2001 From: KimigaiiWuyi <444835641@qq.com> Date: Wed, 4 Dec 2024 22:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E5=88=A0=E9=99=A4NotRequired?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gsuid_core/help/model.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gsuid_core/help/model.py b/gsuid_core/help/model.py index 534e8a0..15283b3 100644 --- a/gsuid_core/help/model.py +++ b/gsuid_core/help/model.py @@ -1,4 +1,4 @@ -from typing import List, TypedDict, NotRequired +from typing import List, TypedDict class PluginSV(TypedDict): @@ -12,5 +12,4 @@ class PluginSV(TypedDict): class PluginHelp(TypedDict): desc: str - pm: NotRequired[int] data: List[PluginSV]