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