Skip to content

Commit f4d43f5

Browse files
committed
'remove unused/duplicate imports'
1 parent 3795e33 commit f4d43f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jupyter_client/threaded.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from threading import Thread
77
import time
88

9-
import zmq
109
# import ZMQError in top-level namespace, to avoid ugly attribute-error messages
1110
# during garbage collection of threads at exit:
1211
from zmq import ZMQError
@@ -16,7 +15,6 @@
1615
from traitlets import Type, Instance
1716
from jupyter_client.channels import HBChannel
1817
from jupyter_client import KernelClient
19-
from jupyter_client.channels import HBChannel
2018

2119
class ThreadedZMQSocketChannel(object):
2220
"""A ZMQ socket invoking a callback in the ioloop"""

0 commit comments

Comments
 (0)