mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-05-07 04:03:45 +08:00
🚑️ 移除不受支持的类型
This commit is contained in:
parent
12e3e52faa
commit
a48832d734
@ -1,6 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Dict, List, Union, Literal, Optional, TypedDict, NotRequired
|
||||
from typing import Dict, List, Union, Literal, Optional, TypedDict
|
||||
|
||||
|
||||
class AmbrLanguageData(TypedDict):
|
||||
@ -180,7 +180,7 @@ class AmbrHpDrop(TypedDict):
|
||||
class AmbrReward(TypedDict):
|
||||
rank: int
|
||||
icon: str
|
||||
count: NotRequired[str]
|
||||
count: str
|
||||
|
||||
|
||||
class AmbrEntry(TypedDict):
|
||||
|
Loading…
x
Reference in New Issue
Block a user