diff options
author | Guido van Rossum <guido@python.org> | 2016-09-30 15:19:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2016-09-30 15:19:09 (GMT) |
commit | 1c3e75fea70bdd40113b56ae6706aa90f4e15397 (patch) | |
tree | bd3fb00820c2c46dcdbc461ff0dfec77074377df /Lib/asyncio/queues.py | |
parent | 3bc7ef2432d09966040c8ab435718d0c48404140 (diff) | |
parent | 0035be3fee832ebccd8c86576b9c604ca321cefa (diff) | |
download | cpython-1c3e75fea70bdd40113b56ae6706aa90f4e15397.zip cpython-1c3e75fea70bdd40113b56ae6706aa90f4e15397.tar.gz cpython-1c3e75fea70bdd40113b56ae6706aa90f4e15397.tar.bz2 |
Misc asyncio improvements from upstream (merge 3.6->3.7)
Diffstat (limited to 'Lib/asyncio/queues.py')
-rw-r--r-- | Lib/asyncio/queues.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/asyncio/queues.py b/Lib/asyncio/queues.py index c453f02..2d38972 100644 --- a/Lib/asyncio/queues.py +++ b/Lib/asyncio/queues.py @@ -7,7 +7,6 @@ import heapq from . import compat from . import events -from . import futures from . import locks from .coroutines import coroutine |