Skip to content

Commit

Permalink
🎨 删除NotRequired
Browse files Browse the repository at this point in the history
  • Loading branch information
KimigaiiWuyi committed Dec 4, 2024
1 parent 0f434c8 commit 0d9163a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gsuid_core/help/model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import List, TypedDict, NotRequired
from typing import List, TypedDict


class PluginSV(TypedDict):
Expand All @@ -12,5 +12,4 @@ class PluginSV(TypedDict):

class PluginHelp(TypedDict):
desc: str
pm: NotRequired[int]
data: List[PluginSV]

0 comments on commit 0d9163a

Please sign in to comment.