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 455ec9b commit dad97c7Copy full SHA for dad97c7
astroquery/query.py
@@ -14,6 +14,8 @@
14
from astropy.utils.console import ProgressBar
15
import astropy.utils.data
16
17
+from . import version
18
+
19
__all__ = ['BaseQuery', 'QueryWithLogin']
20
21
0 commit comments