Skip to content

Commit

Permalink
ruff formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Mar 29, 2024
1 parent 4bae4ba commit 952caed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sparkles/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"""
Preliminary review of ACA catalogs selected by proseco.
"""

import gzip
import io
import pickle
Expand Down
1 change: 1 addition & 0 deletions sparkles/find_er_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
from the star fields that appear to be the best based on available stars.
3. Prioritize by the order of attitudes passed in to the function.
"""

import agasc
import numpy as np
import proseco.characteristics_guide as GUIDE
Expand Down
1 change: 1 addition & 0 deletions sparkles/roll_optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"""
Roll optimization during preliminary review of ACA catalogs.
"""

import warnings
from copy import deepcopy

Expand Down

0 comments on commit 952caed

Please sign in to comment.