https://github.com/python/cpython/commit/5742f674f7561dc9a1fc66d650e18e31b941183b commit: 5742f674f7561dc9a1fc66d650e18e31b941183b branch: master author: xdegaye <xdegaye at gmail.com> committer: GitHub <noreply at github.com> date: 2017年11月24日T18:56:22+01:00 summary: bpo-28684: Remove useless import added by the previous commit (GH-4547) files: M Lib/test/test_asyncio/test_events.py diff --git a/Lib/test/test_asyncio/test_events.py b/Lib/test/test_asyncio/test_events.py index 78b30b9b6c3..a1079128d0d 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