From b1e11c31c523dc082985e9de779ceeb47224e536 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 30 Apr 2020 02:21:30 +0200 Subject: bpo-40443: Remove unused imports in tests (GH-19804) --- Lib/test/test_asyncio/test_server.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test/test_asyncio/test_server.py') diff --git a/Lib/test/test_asyncio/test_server.py b/Lib/test/test_asyncio/test_server.py index 006ead29562..2de4dcad17c 100644 --- a/Lib/test/test_asyncio/test_server.py +++ b/Lib/test/test_asyncio/test_server.py @@ -3,7 +3,6 @@ import time import threading import unittest -from test import support from test.support import socket_helper from test.test_asyncio import utils as test_utils from test.test_asyncio import functional as func_tests -- cgit v1.2.3