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 Jul 19, 2024
1 parent acad3e0 commit 3738049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mercury_engine_data_structures/formats/bcskla.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
this,
)

from mercury_engine_data_structures.common_types import CVector3D, Float
from mercury_engine_data_structures.common_types import Float
from mercury_engine_data_structures.construct_extensions.alignment import AlignTo
from mercury_engine_data_structures.formats.base_resource import BaseResource
from mercury_engine_data_structures.formats.property_enum import PropertyEnumDoubleUnsafe
Expand Down Expand Up @@ -64,7 +64,7 @@ def _update_next_kfv(ctx):
timing = Const(0, Int32ul),
value = Float
),
# guessing on left/right_derivative. they are almost always the same value.
# guessing on left/right_derivative. they are almost always the same value.
Array(this.count, Struct(timing=Float, value=Float, left_derivative=Float, right_derivative=Float))
),
_new_eof=Tell,
Expand Down

0 comments on commit 3738049

Please sign in to comment.