diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-13 19:37:48 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-13 19:37:48 (GMT) |
commit | c41632a856caa2b7169317d42b028b8ceaf3c8ce (patch) | |
tree | 7fdfd15a7793bf885c1499437768afee87213c10 /Lib | |
parent | 6c792bd65a22830192c6ce4ee619e805c2daed7c (diff) | |
download | cpython-c41632a856caa2b7169317d42b028b8ceaf3c8ce.zip cpython-c41632a856caa2b7169317d42b028b8ceaf3c8ce.tar.gz cpython-c41632a856caa2b7169317d42b028b8ceaf3c8ce.tar.bz2 |
asyncio/tests: Drop unused import.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_asyncio/test_pep492.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_pep492.py b/Lib/test/test_asyncio/test_pep492.py index 6e235c6..e25e257 100644 --- a/Lib/test/test_asyncio/test_pep492.py +++ b/Lib/test/test_asyncio/test_pep492.py @@ -1,7 +1,6 @@ """Tests support for new syntax introduced by PEP 492.""" import collections.abc -import gc import unittest from test import support |