We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecf1b3 commit 6097b39Copy full SHA for 6097b39
astroquery/mpc/core.py
@@ -11,11 +11,7 @@
11
from astropy.table import Table, QTable, Column
12
import astropy.units as u
13
from astropy.coordinates import EarthLocation, Angle, SkyCoord
14
-try:
15
- from astropy.utils.exceptions import ErfaWarning
16
-except ImportError:
17
- # DEPRECATED: remove eventually, but needed in July 2020
18
- from astropy._erfa.core import ErfaWarning
+from astropy.utils.exceptions import ErfaWarning
19
20
from ..query import BaseQuery
21
from . import conf
0 commit comments