diff options
-rw-r--r-- | Lib/test/test_asyncio/test_events.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |