From 5742f674f7561dc9a1fc66d650e18e31b941183b Mon Sep 17 00:00:00 2001 From: xdegaye Date: Fri, 24 Nov 2017 18:56:22 +0100 Subject: bpo-28684: Remove useless import added by the previous commit (GH-4547) --- Lib/test/test_asyncio/test_events.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_asyncio/test_events.py b/Lib/test/test_asyncio/test_events.py index 78b30b9..a107912 100644 --- a/Lib/test/test_asyncio/test_events.py +++ b/Lib/test/test_asyncio/test_events.py @@ -22,7 +22,6 @@ import errno import unittest from unittest import mock import weakref -from test import support if sys.platform != 'win32': import tty -- cgit v0.12