Skip to content

Commit c6f4166

Browse files
nkphysicsbsipocz
authored andcommitted
Refactor: Made gama kwargs keyword only
1 parent efbdd04 commit c6f4166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/gama/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _parse_args(self, sql_query):
5757

5858
return payload
5959

60-
def _parse_result(self, result, verbose=False, **kwargs):
60+
def _parse_result(self, result, *, verbose=False, **kwargs):
6161
"""
6262
Use get_gama_datafile to download a result URL
6363
"""

0 commit comments

Comments
 (0)