Skip to content

Commit

Permalink
More type tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Sep 1, 2022
1 parent 6ad722b commit fe41563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_client/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def wrapped(*args, **kwargs):
except RuntimeError:
loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)
import nest_asyncio # type: ignore
import nest_asyncio

nest_asyncio.apply(loop)
future = asyncio.ensure_future(coro(*args, **kwargs), loop=loop)
Expand Down

0 comments on commit fe41563

Please sign in to comment.