Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed May 17, 2024
1 parent bf07394 commit 051940f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/neospy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
from .vector import Vector, Frames, State, CometElements
from .vector import (
Vector,
Frames,
State,
CometElements,
SimultaneousStates,
)
from . import (
constants,
covariance,
Expand Down Expand Up @@ -30,10 +36,6 @@
)
from .horizons import HorizonsProperties


# pylint: disable-next=import-error
from ._core import SimultaneousStates # type: ignore

import logging


Expand Down

0 comments on commit 051940f

Please sign in to comment.