Skip to content

Commit

Permalink
including type annotation imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperdoerTrav authored Dec 6, 2024
1 parent 4889a63 commit 5b963c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssapy/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

from astropy.time import Time
import numpy as np
from typing import Union, List, Tuple


def keplerian_prop(integration_timestep: float = 10) -> RK78Propagator:
Expand Down

0 comments on commit 5b963c9

Please sign in to comment.