Skip to content

Commit

Permalink
analysis.composite_indv_detect.main: Remove unused imports (vstack, T…
Browse files Browse the repository at this point in the history
…able, glob) (iss #21)
  • Loading branch information
astrochun committed Feb 9, 2020
1 parent e969d11 commit 67fca6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Metallicity_Stack_Commons/analysis/composite_indv_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

import numpy as np
from astropy.io import ascii as asc
from astropy.table import vstack
from astropy.table import Table, Column
import glob
from astropy.table import Column

from ..temp_metallicity_calc import metallicity_calculation

Expand Down

0 comments on commit 67fca6d

Please sign in to comment.