Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 30, 2024
1 parent f723b87 commit c1119a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jupyter_remote_desktop_proxy/setup_websockify.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
def setup_websockify():
websockify = which('websockify')
if not websockify:
raise RuntimeError(
"websockify executable not found, please install websockify"
)
raise RuntimeError("websockify executable not found, please install websockify")

vncserver = which('vncserver')
if not vncserver:
Expand Down

0 comments on commit c1119a7

Please sign in to comment.