Skip to content

Commit

Permalink
Fix unused imports for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Sep 14, 2019
1 parent ac0c75a commit 1b79748
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion proseco/acq.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import numpy as np
from scipy import ndimage, stats
from scipy.interpolate import interp1d
from astropy.table import Table

from chandra_aca.star_probs import acq_success_prob, prob_n_acq
from chandra_aca.transform import (pixels_to_yagzag, mag_to_count_rate,
Expand Down
3 changes: 1 addition & 2 deletions proseco/report_acq.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@

from . import characteristics_acq as ACQ
from .acq import AcqTable
from .core import StarsTable, table_to_html
from .core import table_to_html
from chandra_aca import plot as plot_aca
from mica.archive.aca_dark.dark_cal import get_dark_cal_image


FILEDIR = Path(__file__).parent
Expand Down
3 changes: 1 addition & 2 deletions proseco/report_guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@

from chandra_aca.aca_image import ACAImage, AcaPsfLibrary
from chandra_aca.transform import mag_to_count_rate
from mica.archive.aca_dark.dark_cal import get_dark_cal_image

from .core import StarsTable, table_to_html
from .core import table_to_html
from .guide import GuideTable, get_ax_range, GUIDE

# Do reporting for at-most MAX_CAND candidates
Expand Down
1 change: 0 additions & 1 deletion proseco/tests/test_common.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import numpy as np
from chandra_aca.aca_image import ACAImage

# Vanilla observation info
STD_INFO = dict(att=(0, 0, 0),
Expand Down

0 comments on commit 1b79748

Please sign in to comment.