Skip to content

Commit 09c2265

Browse files
nkphysicsbsipocz
authored andcommitted
Refactor: Made alfalfa kwargs keyword only
1 parent aa922df commit 09c2265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/alfalfa/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_catalog(self):
8888

8989
return catalog
9090

91-
def query_region(self, coordinates, radius=3. * u.arcmin,
91+
def query_region(self, coordinates, *, radius=3. * u.arcmin,
9292
optical_counterpart=False):
9393
"""
9494
Perform object cross-ID in ALFALFA.

0 commit comments

Comments
 (0)