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] authored and dyceron committed Jan 4, 2025
1 parent 872dd04 commit 077f1a9
Showing 1 changed file with 1 addition and 0 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
Expand Up @@ -190,6 +190,7 @@ def get_component_function(self, component_idx: int = 0) -> Container:
"i": int,
}


class ComponentFunction:
def __init__(self, raw: Container) -> None:
self._raw = raw
Expand Down

0 comments on commit 077f1a9

Please sign in to comment.