Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 15, 2024
1 parent 98ddebf commit de0a135
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/formats/test_bmsmsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ def test_bmsmsd(samus_returns_tree, bmsmsd_path):

@pytest.fixture()
def surface_bmsmsd(samus_returns_tree) -> Bmsmsd:
return samus_returns_tree.get_parsed_asset(
"gui/minimaps/c10_samus/s000_surface.bmsmsd", type_hint=Bmsmsd
)
return samus_returns_tree.get_parsed_asset("gui/minimaps/c10_samus/s000_surface.bmsmsd", type_hint=Bmsmsd)


def test_get_tile(surface_bmsmsd: Bmsmsd):
Expand Down

0 comments on commit de0a135

Please sign in to comment.