Skip to content

Commit 26f510d

Browse files
committed
MNT: type correction
1 parent 4368487 commit 26f510d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/rocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class RocketModel(ApiBaseModel):
1919
radius: float
2020
mass: float
2121
motor_position: float
22-
center_of_mass_without_motor: int
22+
center_of_mass_without_motor: float
2323
inertia: Union[
2424
Tuple[float, float, float],
2525
Tuple[float, float, float, float, float, float],

0 commit comments

Comments
 (0)