Skip to content

Commit

Permalink
Remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Jan 23, 2024
1 parent f68ab6e commit 86f4744
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions specutils/spectra/spectrum_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from astropy import units as u
from astropy.utils.decorators import deprecated

from specutils.utils.wcs_utils import gwcs_from_array, SpectralGWCS

DOPPLER_CONVENTIONS = {}
DOPPLER_CONVENTIONS['radio'] = u.doppler_radio
DOPPLER_CONVENTIONS['optical'] = u.doppler_optical
Expand Down

0 comments on commit 86f4744

Please sign in to comment.