Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 committed Oct 13, 2023
1 parent ee57640 commit 51c8a07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ inline void OpenSpaceToolkitAstrodynamicsPy_Trajectory_Orbit_Models_Kepler_COE(p
using namespace pybind11;

using ostk::core::types::Real;
using ostk::core::types::Shared;

using ostk::physics::units::Angle;
using ostk::physics::units::Length;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ class StateTemplateType(State):
state_builder: StateBuilder = StateBuilder(frame, coordinates_subsets)

def __init__(self, instant: Instant, coordinates: np.ndarray):
super().__init__(
StateTemplateType.state_builder.build(instant, coordinates)
)
super().__init__(StateTemplateType.state_builder.build(instant, coordinates))

return StateTemplateType

Expand Down

0 comments on commit 51c8a07

Please sign in to comment.