Skip to content

Commit 7a4a7bf

Browse files
committed
Adding BaseVOQuery to the public API
1 parent df1f755 commit 7a4a7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from astroquery.utils import system_tools
2828

2929

30-
__all__ = ['BaseQuery', 'QueryWithLogin']
30+
__all__ = ['BaseVOQuery', 'BaseQuery', 'QueryWithLogin']
3131

3232

3333
def to_cache(response, cache_file):

0 commit comments

Comments
 (0)