Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit f162c0d

Browse files
committed
whitespace
1 parent 48eaf2c commit f162c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_dash/jupyter_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def infer_jupyter_proxy_config(cls):
1818
import jupyter_server_proxy
1919
except Exception:
2020
raise ImportError(
21-
"The infer_jupyter_proxy_config function requires the"
21+
"The infer_jupyter_proxy_config function requires the "
2222
"jupyter_server_proxy Python package"
2323
)
2424
_request_jupyter_proxy_config()

0 commit comments

Comments
 (0)