Skip to content

Commit

Permalink
Merge 90f8703 into 5969de3
Browse files Browse the repository at this point in the history
  • Loading branch information
gkanarek committed Jul 20, 2016
2 parents 5969de3 + 90f8703 commit 925eff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specutils/io/read_fits.py
Expand Up @@ -3,7 +3,7 @@

from astropy.io import fits
from astropy import units as u
from astropy.utils import OrderedDict
from collections import OrderedDict

from specutils.wcs import specwcs
from specutils import Spectrum1D
Expand Down
2 changes: 1 addition & 1 deletion specutils/wcs/specwcs.py
Expand Up @@ -10,7 +10,7 @@
from ..models.BSplineModel import BSplineModel
import astropy.units as u

from astropy.utils import OrderedDict
from collections import OrderedDict
from astropy.io import fits
import copy
from astropy import constants
Expand Down

0 comments on commit 925eff0

Please sign in to comment.