asyncio: remove unused imports and unused variables noticed by pyflakes

This commit is contained in:
Victor Stinner 2014-02-20 10:37:27 +01:00
parent 6f24d83ac6
commit b4c9388947
7 changed files with 2 additions and 11 deletions

View file

@ -15,7 +15,7 @@ import unittest
import unittest.mock
from http.server import HTTPServer
from wsgiref.simple_server import make_server, WSGIRequestHandler, WSGIServer
from wsgiref.simple_server import WSGIRequestHandler, WSGIServer
try:
import ssl