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 Oct 17, 2024
1 parent 6dc9869 commit b2851bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mercury_engine_data_structures/formats/bmssd.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from __future__ import annotations

from collections import defaultdict
from enum import Enum

Expand All @@ -19,7 +20,6 @@
from mercury_engine_data_structures.base_resource import BaseResource
from mercury_engine_data_structures.common_types import CVector3D, StrId, VersionAdapter, make_dict, make_vector
from mercury_engine_data_structures.crc import crc32, crc64
from mercury_engine_data_structures.base_resource import BaseResource
from mercury_engine_data_structures.game_check import Game

TransformStruct = Struct("position" / CVector3D, "rotation" / CVector3D, "scale" / CVector3D)
Expand Down

0 comments on commit b2851bf

Please sign in to comment.