Remove unused imports in tests (GH-14518) (GH-14520)

(cherry picked from commit 8f4ef3b019)
This commit is contained in:
Victor Stinner 2019-07-01 19:01:52 +02:00 committed by GitHub
parent 59ec9ee4d7
commit 466e18e8c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 31 additions and 84 deletions

View file

@ -15,7 +15,6 @@ import asyncio
from asyncio import log
from asyncio import protocols
from asyncio import sslproto
from asyncio import tasks
from test.test_asyncio import utils as test_utils
from test.test_asyncio import functional as func_tests