Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Oct 12, 2023
1 parent 4055c09 commit 1f5a0b6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion gwcs/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from astropy.modeling import separable
import astropy.units as u

from . import utils
from . import coordinate_frames as cf

__all__ = ["GWCSAPIMixin"]
Expand Down
1 change: 0 additions & 1 deletion gwcs/coordinate_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
from astropy import time
from astropy import units as u
from astropy import utils as astutil
from astropy.utils.decorators import deprecated
from astropy import coordinates as coord
from astropy.wcs.wcsapi.low_level_api import (validate_physical_types,
VALID_UCDS)
Expand Down
1 change: 0 additions & 1 deletion gwcs/tests/test_wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from .. import wcs
from ..wcstools import (wcs_from_fiducial, grid_from_bounding_box, wcs_from_points)
from .. import coordinate_frames as cf
from .. import utils
from ..utils import CoordinateFrameError
from .utils import _gwcs_from_hst_fits_wcs
from . import data
Expand Down
1 change: 0 additions & 1 deletion gwcs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from astropy.io import fits
from astropy import coordinates as coords
from astropy import units as u
from astropy.time import Time, TimeDelta
from astropy.wcs import Celprm


Expand Down

0 comments on commit 1f5a0b6

Please sign in to comment.