asyncio: pyflakes, remove unused import

tests: Remove unused function; inline another function
This commit is contained in:
Victor Stinner 2015-01-21 23:39:16 +01:00
parent cd0f7f9832
commit 442b0adccd
3 changed files with 2 additions and 11 deletions

View file

@ -10,7 +10,6 @@ import collections
import errno
import functools
import socket
import sys
try:
import ssl
except ImportError: # pragma: no cover