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 Nov 18, 2022
1 parent 36891ea commit 9c8924a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/services/sessions/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ async def test_restart_kernel(session_client, jp_base_url, jp_fetch, jp_ws_fetch
model = json.loads(r.body.decode())
assert model["connections"] == 0


# Open a websocket connection.
ws2 = await jp_ws_fetch("api", "kernels", kid, "channels")
# Close/open websocket
Expand Down

0 comments on commit 9c8924a

Please sign in to comment.