Skip to content

Commit

Permalink
typings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Sep 1, 2022
1 parent c61ec3c commit 6ad722b
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 @@ -29,7 +29,7 @@ def __init__(self, *args, **kwargs):
except RuntimeError:
loop = None
if loop:
import nest_asyncio
import nest_asyncio # type: ignore

nest_asyncio.apply(loop)
return orig_init(self, *args, **kwargs)
Expand Down

0 comments on commit 6ad722b

Please sign in to comment.