mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
typing.List doesn't support ellipsis notation
This commit is contained in:
@@ -457,7 +457,7 @@ key_drop_data = {
|
|||||||
# can this location drop a crystal
|
# can this location drop a crystal
|
||||||
# hint tile/npc text for this location
|
# hint tile/npc text for this location
|
||||||
location_table: typing.Dict[str,
|
location_table: typing.Dict[str,
|
||||||
typing.Tuple[typing.Optional[typing.Union[int, typing.List[int, ...]]],
|
typing.Tuple[typing.Optional[typing.Union[int, typing.List[int]]],
|
||||||
typing.Optional[int],
|
typing.Optional[int],
|
||||||
bool,
|
bool,
|
||||||
typing.Optional[str]]] = \
|
typing.Optional[str]]] = \
|
||||||
|
Reference in New Issue
Block a user