🚑️ 移除不受支持的类型

This commit is contained in:
Wuyi无疑 2023-04-24 01:51:58 +08:00 committed by GitHub
parent 12e3e52faa
commit a48832d734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):