We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c334bb commit 271450cCopy full SHA for 271450c
astroquery/exceptions.py
@@ -3,7 +3,7 @@
3
Custom exceptions used in the astroquery query classes
4
"""
5
6
-from astropy.utils.exception import AstropyWarning
+from astropy.utils.exceptions import AstropyWarning
7
8
__all__ = ['TimeoutError', 'InvalidQueryError', 'RemoteServiceError',
9
'TableParseError', 'LoginError', 'NoResultsWarning']
0 commit comments