Skip to content

Commit 93374aa

Browse files
author
Muzychenko Inna
committed
Delete import
1 parent b353711 commit 93374aa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/astroviper/utils/direction_frame_conversion.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
from astropy.coordinates import SkyCoord, EarthLocation, AltAz
2-
from astropy.coordinates.erfa_astrom import erfa_astrom, ErfaAstrom, ErfaAstromInterpolator
2+
from astropy.coordinates.erfa_astrom import erfa_astrom, ErfaAstrom,ErfaAstromInterpolator
33
from astropy.time import Time
44
import astropy.units as u
55

66
import numpy as np
77

8-
import xarray
9-
108
_SUPPORTED = ("ICRS", "ALTAZ")
119

1210

0 commit comments

Comments
 (0)