Skip to content

Commit 85579e0

Browse files
committed
remove space
1 parent e29c6b0 commit 85579e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_proxy/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def get_client_uri(self, protocol, host, port, proxied_path):
139139
client_path = url_path_join(context_path, proxied_path)
140140
else:
141141
client_path = proxied_path
142-
142+
143143
client_path = quote(client_path)
144144

145145
client_uri = '{protocol}://{host}:{port}{path}'.format(

0 commit comments

Comments
 (0)