Skip to content

Commit

Permalink
Fix type hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Feb 1, 2024
1 parent eb551c7 commit 503d574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/Locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class LocationData(NamedTuple):
rule: Optional[Callable[[Any], bool]] = Location.access_rule


def get_location_types(multiworld: MultiWorld, player: int, inclusion_type: LocationInclusion) -> Set[LocationInclusion]:
def get_location_types(multiworld: MultiWorld, player: int, inclusion_type: LocationInclusion) -> Set[LocationType]:
"""
:param multiworld:
Expand Down

0 comments on commit 503d574

Please sign in to comment.