We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3795e33 + f4d43f5 commit 73f8b80Copy full SHA for 73f8b80
jupyter_client/threaded.py
@@ -6,7 +6,6 @@
6
from threading import Thread
7
import time
8
9
-import zmq
10
# import ZMQError in top-level namespace, to avoid ugly attribute-error messages
11
# during garbage collection of threads at exit:
12
from zmq import ZMQError
@@ -16,7 +15,6 @@
16
15
from traitlets import Type, Instance
17
from jupyter_client.channels import HBChannel
18
from jupyter_client import KernelClient
19
-from jupyter_client.channels import HBChannel
20
21
class ThreadedZMQSocketChannel(object):
22
"""A ZMQ socket invoking a callback in the ioloop"""
0 commit comments