Skip to content

Commit

Permalink
Stray typing. from merge conflict resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhar committed Nov 5, 2023
1 parent b2b56b8 commit 2329dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def load(self) -> bool:


# find potential world containers, currently folders and zip-importable .apworld's
world_sources: typing.List[WorldSource] = []
world_sources: List[WorldSource] = []
for folder in (folder for folder in (user_folder, local_folder) if folder):
relative = folder == local_folder
for entry in os.scandir(folder):
Expand Down

0 comments on commit 2329dfb

Please sign in to comment.