Skip to content

Commit d04171a

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/test_ipkernel_direct.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def fake_publish_status(status, channel):
169169
if status == "starting" and channel == "shell":
170170
shell_future.set_result(None)
171171

172-
ipkernel._publish_status = fake_publish_status # type:ignore
172+
ipkernel._publish_status = fake_publish_status # type:ignore
173173
ipkernel.start()
174174

175175
await shell_future
@@ -186,7 +186,7 @@ def fake_publish_status(status, channel):
186186
if status == "starting" and channel == "shell":
187187
shell_future.set_result(None)
188188

189-
ipkernel._publish_status = fake_publish_status # type:ignore
189+
ipkernel._publish_status = fake_publish_status # type:ignore
190190
ipkernel.debugpy_stream = None
191191
ipkernel.start()
192192

tests/test_kernel_direct.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Copyright (c) IPython Development Team.
44
# Distributed under the terms of the Modified BSD License.
55

6-
import asyncio
76
import os
87
import warnings
98

0 commit comments

Comments
 (0)