Skip to content

Commit 0ed2f1f

Browse files
nkphysicsbsipocz
authored andcommitted
Refactor: Made ukidss kwargs keyword only
1 parent 2f25b4e commit 0ed2f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/ukidss/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class UkidssClass(BaseWFAUClass):
5555
# needed for some WFAU queries, not for UKIDSS
5656
archive = None
5757

58-
def __init__(self, username=None, password=None, community=None,
58+
def __init__(self, *, username=None, password=None, community=None,
5959
database='UKIDSSDR11PLUS', programme_id='all'):
6060
super(UkidssClass, self).__init__(database=database,
6161
programme_id=programme_id,

0 commit comments

Comments
 (0)