[Python-checkins] cpython: asyncio/tests: Drop unused import.

yury.selivanov python-checkins at python.org
Wed May 13 21:37:51 CEST 2015


https://hg.python.org/cpython/rev/94eddf8ec0e5
changeset:   96036:94eddf8ec0e5
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Wed May 13 15:37:48 2015 -0400
summary:
  asyncio/tests: Drop unused import.

files:
  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
--- 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list