Skip to content

Commit 5b0d4cf

Browse files
nkphysicsbsipocz
authored andcommitted
Refactor: Made vsa kwargs keyword only
1 parent 35a05ef commit 5b0d4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/vsa/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class VsaClass(BaseWFAUClass):
5757
# apparently needed for some queries
5858
archive = 'VSA'
5959

60-
def __init__(self, username=None, password=None, community=None,
60+
def __init__(self, *, username=None, password=None, community=None,
6161
database='VVVDR4', programme_id='all'):
6262
super(VsaClass, self).__init__(database=database,
6363
programme_id=programme_id,

0 commit comments

Comments
 (0)