Skip to content

Commit

Permalink
Fix astropy import following deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 24, 2024
1 parent ee4d1dd commit a9f7746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue_wwt/viewer/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy as np

from astropy import units as u
from astropy.coordinates.angle_utilities import angular_separation
from astropy.coordinates import angular_separation
from astropy.coordinates.representation import UnitSphericalRepresentation

__all__ = ['center_fov']
Expand Down

0 comments on commit a9f7746

Please sign in to comment.