Issue #20976: pyflakes: Remove unused imports

This commit is contained in:
Victor Stinner 2014-03-20 09:16:38 +01:00
parent 69b1e261fc
commit 7fa767e517
43 changed files with 11 additions and 64 deletions

View file

@ -1,4 +1,3 @@
import fcntl
import io
import os
@ -8,8 +7,6 @@ from . import reduction
from . import spawn
from . import util
from . import current_process
__all__ = ['Popen']