Skip to content

Commit 271450c

Browse files
committed
fix typo
1 parent 9c334bb commit 271450c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Custom exceptions used in the astroquery query classes
44
"""
55

6-
from astropy.utils.exception import AstropyWarning
6+
from astropy.utils.exceptions import AstropyWarning
77

88
__all__ = ['TimeoutError', 'InvalidQueryError', 'RemoteServiceError',
99
'TableParseError', 'LoginError', 'NoResultsWarning']

0 commit comments

Comments
 (0)