Skip to content

Commit

Permalink
Merge branch 'version-checking-2' of https://github.com/steven11sjf/m…
Browse files Browse the repository at this point in the history
…ercury-engine-data-structures into version-checking-2
  • Loading branch information
steven11sjf committed Oct 14, 2024
2 parents c7c07b9 + cc16cc6 commit 2e8e549
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mercury_engine_data_structures/dread_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ def all_property_id_to_name() -> dict[int, str]:
return {asset_id: name for name, asset_id in names.items()}


def all_files_ending_with(
ext: str, exclusions: list[str] = None, ver: GameVersion | None = None
) -> list[str]:
def all_files_ending_with(ext: str, exclusions: list[str] = None, ver: GameVersion | None = None) -> list[str]:
if not ext.startswith("."):
ext = "." + ext

Expand Down

0 comments on commit 2e8e549

Please sign in to comment.