We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b9f93 commit e0c8db0Copy full SHA for e0c8db0
jupyter_client/asynchronous/client.py
@@ -2,14 +2,9 @@
2
# Copyright (c) Jupyter Development Team.
3
# Distributed under the terms of the Modified BSD License.
4
5
-from __future__ import print_function
6
-
7
from functools import partial
8
from getpass import getpass
9
-try:
10
- from queue import Empty # Python 3
11
-except ImportError:
12
- from Queue import Empty # Python 2
+from queue import Empty
13
import sys
14
import time
15
0 commit comments