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 2c7203c6f5
commit da492a8c39
7 changed files with 2 additions and 11 deletions

View file

@ -5,7 +5,6 @@ import errno
import math
import socket
import struct
import subprocess
import weakref
from . import events