Skip to content

Commit

Permalink
Moving import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomerritt committed Sep 17, 2024
1 parent 7a7d9bd commit 586f16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adler/dataclasses/AdlerPlanetoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def construct_from_cassandra(
): # pragma: no cover

from adler.lasair.cassandra_fetcher import CassandraFetcher

fetcher = CassandraFetcher(cassandra_hosts=["10.21.3.123"])

MPCORB_dict = fetcher.fetch_MPCORB(ssObjectId)
Expand Down

0 comments on commit 586f16f

Please sign in to comment.