Terraria: Fix Python 3.8 compat (#1994)

This commit is contained in:
Seldom 2023-07-20 01:49:52 -07:00 committed by GitHub
parent 6797216eb8
commit 210d6f81eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ def validate_conditions(
def mark_progression(
conditions: List[
Tuple[
bool, int, Union[str, tuple[Union[bool, None], list]], Union[str, int, None]
bool, int, Union[str, Tuple[Union[bool, None], list]], Union[str, int, None]
]
],
progression: Set[str],