diff options
Diffstat (limited to 'Lib/test/test_asyncio/test_unix_events.py')
-rw-r--r-- | Lib/test/test_asyncio/test_unix_events.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_asyncio/test_unix_events.py b/Lib/test/test_asyncio/test_unix_events.py index ebb4cc0..7f9f5a1 100644 --- a/Lib/test/test_asyncio/test_unix_events.py +++ b/Lib/test/test_asyncio/test_unix_events.py @@ -10,11 +10,9 @@ import signal import socket import stat import sys -import threading import time import unittest from unittest import mock -import warnings from test import support from test.support import os_helper @@ -27,7 +25,6 @@ if sys.platform == 'win32': import asyncio -from asyncio import log from asyncio import unix_events from test.test_asyncio import utils as test_utils |