Skip to content

Commit 71ef192

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c75edba commit 71ef192

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter_remote_desktop_proxy/server_extension.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def load_jupyter_server_extension(server_app):
1616
"""
1717
base_url = server_app.web_app.settings["base_url"]
1818

19-
endpoitns = ['desktop']
2019
jupyter_remote_desktop_endpoints = os.getenv('JUPYTER_REMOTE_DESKTOP_ENDPOINTS', '')
2120
if jupyter_remote_desktop_endpoints:
2221
endpoints.extend(jupyter_remote_desktop_endpoints.split(','))

0 commit comments

Comments
 (0)