Skip to content

Commit

Permalink
MAINT: cleanup legacy import
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed May 9, 2023
1 parent fecf1b3 commit 6097b39
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions astroquery/mpc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
from astropy.table import Table, QTable, Column
import astropy.units as u
from astropy.coordinates import EarthLocation, Angle, SkyCoord
try:
from astropy.utils.exceptions import ErfaWarning
except ImportError:
# DEPRECATED: remove eventually, but needed in July 2020
from astropy._erfa.core import ErfaWarning
from astropy.utils.exceptions import ErfaWarning

from ..query import BaseQuery
from . import conf
Expand Down

0 comments on commit 6097b39

Please sign in to comment.