Skip to content

Commit 285b9c5

Browse files
committed
Remove unused kwargs from _login function
1 parent 15043f8 commit 285b9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/eso/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def _get_auth_info(self, username: str, *, store_password: bool = False,
190190
return username, password
191191

192192
def _login(self, username: str = None, store_password: bool = False,
193-
reenter_password: bool = False, **kwargs) -> bool:
193+
reenter_password: bool = False) -> bool:
194194
"""
195195
Login to the ESO User Portal.
196196

0 commit comments

Comments
 (0)