Skip to content

Commit f441c8f

Browse files
committed
Remove unused imports
1 parent 17e3e80 commit f441c8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jupyter_client/ioloop/restarter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
"""
66
# Copyright (c) Jupyter Development Team.
77
# Distributed under the terms of the Modified BSD License.
8-
import asyncio
98
import time
109
import warnings
1110

1211
from traitlets import Instance
1312

1413
from jupyter_client.restarter import KernelRestarter
15-
from jupyter_client.utils import run_sync
1614

1715

1816
class IOLoopKernelRestarter(KernelRestarter):

0 commit comments

Comments
 (0)