From f4997257f3b2943fe8b448c96a980ba5a7e2be77 Mon Sep 17 00:00:00 2001 From: Xavier de Gaye Date: Fri, 24 Nov 2017 18:33:02 +0100 Subject: [PATCH] bpo-28684: Remove useless import added by the previous commit --- 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 78b30b9b6c3224..a1079128d0d726 100644 --- a/Lib/test/test_asyncio/test_events.py +++ b/Lib/test/test_asyncio/test_events.py @@ -22,7 +22,6 @@ import unittest from unittest import mock import weakref -from test import support if sys.platform != 'win32': import tty