Skip to content

Commit daad6aa

Browse files
committed
init Simbad's base query
1 parent dad97c7 commit daad6aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astroquery/simbad/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ class SimbadClass(BaseQuery):
115115
_VOTABLE_FIELDS = ['main_id', 'coordinates']
116116

117117
def __init__(self):
118+
super(SimbadClass, self).__init__()
118119
self._VOTABLE_FIELDS = copy.copy(self._VOTABLE_FIELDS)
119120

120121
def list_wildcards(self):

0 commit comments

Comments
 (0)