Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Oct 16, 2023
1 parent f4eaf1b commit be59918
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions dkist/wcs/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
from astropy.modeling import CompoundModel
from astropy.modeling.models import Tabular1D

from dkist.wcs.models import (Ravel,
Unravel,
VaryingCelestialTransform,
VaryingCelestialTransform2D,
VaryingCelestialTransform3D,
from dkist.wcs.models import (Ravel, Unravel, VaryingCelestialTransform,
VaryingCelestialTransform2D, VaryingCelestialTransform3D,
generate_celestial_transform,
varying_celestial_transform_from_tables)

Expand Down

0 comments on commit be59918

Please sign in to comment.