From c41632a856caa2b7169317d42b028b8ceaf3c8ce Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 13 May 2015 15:37:48 -0400 Subject: asyncio/tests: Drop unused import. --- Lib/test/test_asyncio/test_pep492.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12