Skip to content

Commit

Permalink
nest recos/ under client/ - 5 (imports)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 28, 2024
1 parent cd38a36 commit 6b54877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skymap_scanner/server/start_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
get_mqclient_connections,
kill_switch_check_from_skydriver,
)
from .. import config as cfg, recos
from .. import config as cfg
from ..client import recos
from ..client.recos import RecoInterface, set_pointing_ra_dec
from ..utils import extract_json_message, messages
from ..utils.load_scan_state import get_baseline_gcd_frames
Expand Down

0 comments on commit 6b54877

Please sign in to comment.