Skip to content

Commit dfc1a85

Browse files
committed
ignore mypy error
1 parent 5f97e4e commit dfc1a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/multikernelmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ async def _async_start_kernel(self, kernel_name: t.Optional[str] = None, **kwarg
217217
await fut
218218
# raise an exception if one occurred during kernel startup.
219219
if km.ready.exception():
220-
raise km.ready.exception()
220+
raise km.ready.exception() # type: ignore
221221

222222
return kernel_id
223223

0 commit comments

Comments
 (0)