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 Aug 10, 2023
1 parent 67eaf71 commit 8fc573e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/mercury_engine_data_structures/formats/bmsld.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from typing import Iterator

import construct
from construct import Array, Const, Construct, Flag, Float32l, Hex, Int32ul, Struct

Expand Down
3 changes: 1 addition & 2 deletions src/mercury_engine_data_structures/type_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

import construct

from mercury_engine_data_structures import dread_data
from mercury_engine_data_structures import samus_returns_data
from mercury_engine_data_structures import dread_data, samus_returns_data
from mercury_engine_data_structures.game_check import Game, is_dread

# from mercury_engine_data_structures.construct_extensions.misc import ErrorWithMessage
Expand Down

0 comments on commit 8fc573e

Please sign in to comment.