Skip to content

Commit 7edae89

Browse files
committed
v0.5.2 : fix black formatting
1 parent b7e8f1c commit 7edae89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jupyter_matlab_kernel/kernel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def start_matlab_proxy():
8989
# incase the jupyter server is started by JupyterHub.
9090
jh_api_token = os.getenv("JUPYTERHUB_API_TOKEN")
9191

92-
9392
url = "{protocol}://localhost:{port}{base_url}matlab".format(
9493
protocol="https" if nb_server["secure"] else "http",
9594
port=nb_server["port"],

0 commit comments

Comments
 (0)