diff options
-rw-r--r-- | 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 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 |