Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Dec 11, 2023
1 parent b2809f2 commit 4bd8075
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion fink_fat/associations/association_orbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def orbit_associations(
year, month, day = last_night.split("-")
# recompute the orbit using local or cluster mode
new_orbit_pdf = switch_local_cluster(
config,
config,
traj_to_new_orbit,
year,
month,
Expand Down
1 change: 0 additions & 1 deletion fink_fat/streaming_associations/fink_fat_associations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from fink_fat.streaming_associations.fitroid_assoc import fitroid_association
from fink_fat.streaming_associations.orbit_assoc import orbit_association
import time

from fink_science.tester import spark_unit_tests

Expand Down

0 comments on commit 4bd8075

Please sign in to comment.