diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-02-26 10:07:42 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-02-26 10:07:42 (GMT) |
commit | f5e37037cc14bd30f2a270326852970d46bc648f (patch) | |
tree | 22d2178338ea80627aa62354c06acae4c560e9e3 /Lib/test/test_asyncio/test_streams.py | |
parent | 24ba2035048566df2e0876fb719749d984234bc7 (diff) | |
download | cpython-f5e37037cc14bd30f2a270326852970d46bc648f.zip cpython-f5e37037cc14bd30f2a270326852970d46bc648f.tar.gz cpython-f5e37037cc14bd30f2a270326852970d46bc648f.tar.bz2 |
asyncio: Fix pyflakes warnings: remove unused variables and imports
Diffstat (limited to 'Lib/test/test_asyncio/test_streams.py')
-rw-r--r-- | Lib/test/test_asyncio/test_streams.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_streams.py b/Lib/test/test_asyncio/test_streams.py index e921dfe..031499e 100644 --- a/Lib/test/test_asyncio/test_streams.py +++ b/Lib/test/test_asyncio/test_streams.py @@ -1,6 +1,5 @@ """Tests for streams.py.""" -import functools import gc import socket import unittest |