Skip to content

Commit 73f8b80

Browse files
committed
Merge pull request #150 from Carreau/duplicate
Remove unused/duplicate imports
2 parents 3795e33 + f4d43f5 commit 73f8b80

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)