Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Jul 2, 2024
1 parent 431a6cf commit 7d5cff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/witness/player_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def get_door_item_ids_in_pool(self) -> List[int]:
"""

return [
item_data.ap_code for item_data in self.item_data.values()
cast(int, item_data.ap_code) for item_data in self.item_data.values()
if isinstance(item_data.definition, DoorItemDefinition)
]

Expand Down

0 comments on commit 7d5cff6

Please sign in to comment.