Skip to content

Commit 59a2d42

Browse files
committed
docs: remove SkyCoord as an alternative for equinox and epoch
1 parent a021803 commit 59a2d42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astroquery/simbad/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,6 @@ def query_objects(self, object_names, *, wildcard=False, criteria=None,
698698

699699
@deprecated_renamed_argument(["equinox", "epoch", "cache"],
700700
new_name=[None]*3,
701-
alternative=["astropy.coordinates.SkyCoord"]*2 + [None],
702701
since=['0.4.8']*3, relax=True)
703702
def query_region(self, coordinates, radius=2*u.arcmin, *,
704703
criteria=None, get_query_payload=False,

0 commit comments

Comments
 (0)