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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c41632a856caa2b7169317d42b028b8ceaf3c8ce;p=python asyncio/tests: Drop unused import. --- diff --git a/Lib/test/test_asyncio/test_pep492.py b/Lib/test/test_asyncio/test_pep492.py index 6e235c60fe..e25e2573fa 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