From d7ff5a5375cc23dff10f91696ac4895971c5850c Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 26 Dec 2014 21:16:42 +0100 Subject: asyncio: sync with Tulip * Fix pyflakes warnings: remove unused imports and variables * asyncio.test_support now uses test.support and test.script_helper if available --- Lib/test/test_asyncio/test_unix_events.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/test/test_asyncio/test_unix_events.py') diff --git a/Lib/test/test_asyncio/test_unix_events.py b/Lib/test/test_asyncio/test_unix_events.py index b6ad0189215..4b825dc84bd 100644 --- a/Lib/test/test_asyncio/test_unix_events.py +++ b/Lib/test/test_asyncio/test_unix_events.py @@ -1,11 +1,9 @@ """Tests for unix_events.py.""" import collections -import gc import errno import io import os -import pprint import signal import socket import stat -- cgit v1.2.3