typing.List doesn't support ellipsis notation
This commit is contained in:
parent
7d8e95717a
commit
4b3388f635
|
@ -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]]] = \
|
||||||
|
|
Loading…
Reference in New Issue