From: xdegaye Date: Fri, 24 Nov 2017 17:56:22 +0000 (+0100) Subject: bpo-28684: Remove useless import added by the previous commit (GH-4547) X-Git-Tag: v3.7.0a3~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5742f674f7561dc9a1fc66d650e18e31b941183b;p=python bpo-28684: Remove useless import added by the previous commit (GH-4547) --- diff --git a/Lib/test/test_asyncio/test_events.py b/Lib/test/test_asyncio/test_events.py index 78b30b9b6c..a1079128d0 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