Skip to content

Commit

Permalink
refactor: no need for basevoquery in deprecated simbad
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Feb 22, 2024
1 parent eafd193 commit 52edbf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astroquery/simbad/deprecated_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from astropy.table import Table
import astropy.io.votable as votable

from astroquery.query import BaseQuery, BaseVOQuery
from astroquery.query import BaseQuery
from astroquery.utils import commons, async_to_sync
from astroquery.exceptions import TableParseError, LargeQueryWarning, BlankResponseWarning

Expand Down Expand Up @@ -283,7 +283,7 @@ def _request(self, *args, **kwargs):


@async_to_sync
class DeprecatedSimbadClass(BaseVOQuery, DeprecatedSimbadBaseQuery):
class DeprecatedSimbadClass(DeprecatedSimbadBaseQuery):
"""
The class for querying the Simbad web service.
Expand Down

0 comments on commit 52edbf9

Please sign in to comment.