Skip to content

Commit b739a27

Browse files
committed
Remove unused kwargs.
1 parent 5570f84 commit b739a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_rsession_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_icon_path():
2929
os.path.dirname(os.path.abspath(__file__)), 'icons', 'rstudio.svg'
3030
)
3131

32-
def rewrite_auth(response, request, orig_response, host, port, path):
32+
def rewrite_auth(response, request):
3333
'''
3434
As of rstudio-server 1.4ish, it would send the client to /auth-sign-in
3535
rather than what the client sees as the full URL followed by

0 commit comments

Comments
 (0)