summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-13 19:37:48 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-13 19:37:48 (GMT)
commitc41632a856caa2b7169317d42b028b8ceaf3c8ce (patch)
tree7fdfd15a7793bf885c1499437768afee87213c10 /Lib
parent6c792bd65a22830192c6ce4ee619e805c2daed7c (diff)
downloadcpython-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.py1
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