Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Sep 17, 2024
1 parent 586f16f commit a86b995
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adler/dataclasses/AdlerPlanetoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def construct_from_SQL(
def construct_from_cassandra(
cls, ssObjectId, filter_list=["u", "g", "r", "i", "z", "y"], date_range=[60000.0, 67300.0]
): # pragma: no cover

from adler.lasair.cassandra_fetcher import CassandraFetcher

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

0 comments on commit a86b995

Please sign in to comment.