From: Yury Selivanov Date: Wed, 13 May 2015 19:37:48 +0000 (-0400) Subject: asyncio/tests: Drop unused import. X-Git-Tag: v3.5.0b1~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c41632a856caa2b7169317d42b028b8ceaf3c8ce;p=thirdparty%2FPython%2Fcpython.git asyncio/tests: Drop unused import. --- diff --git a/Lib/test/test_asyncio/test_pep492.py b/Lib/test/test_asyncio/test_pep492.py index 6e235c60fe98..e25e2573faa0 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