Skip to content

Commit 4058829

Browse files
keflavichlvalerom
andauthored
Update astroquery/esa/hsa/core.py
Co-authored-by: Luis Valero Martín <[email protected]>
1 parent 7bca604 commit 4058829

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astroquery/esa/hsa/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ def query_observations(self, coordinate, radius, *, n_obs=10, **kwargs):
409409
f"circle('ICRS', {coord.ra.degree},{coord.dec.degree},{r.to(u.deg).value}))=1")
410410
return self.query_hsa_tap(query, **kwargs)
411411

412-
413412
def query_region(self, coordinate, radius, *, n_obs=10, columns='*', **kwargs):
414413
"""
415414
Get the observation metadata from a given region

0 commit comments

Comments
 (0)