Skip to content

Commit 834b83f

Browse files
committed
cleanup
1 parent 7754880 commit 834b83f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jupyter_client/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def wrapped(*args, **kwargs):
1616
loop = asyncio.get_running_loop()
1717
except RuntimeError:
1818
loop = asyncio.new_event_loop()
19-
# atexit.register(loop.close)
2019
asyncio.set_event_loop(loop)
2120
import nest_asyncio # type: ignore
2221

0 commit comments

Comments
 (0)