diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-02-20 10:37:27 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-02-20 10:37:27 +0100 |
commit | b4c9388947b2c93e3ba7d85e828d8667551a71f6 (patch) | |
tree | 1e629ecdacf4bc611bfad96ae5bbe35b7107229b /Lib/asyncio/windows_events.py | |
parent | 6f24d83ac68fdea3a28cee64d631d7701cf102ae (diff) | |
download | cpython-git-b4c9388947b2c93e3ba7d85e828d8667551a71f6.tar.gz |
asyncio: remove unused imports and unused variables noticed by pyflakes
Diffstat (limited to 'Lib/asyncio/windows_events.py')
-rw-r--r-- | Lib/asyncio/windows_events.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/asyncio/windows_events.py b/Lib/asyncio/windows_events.py index e6be9d1301..60fb589634 100644 --- a/Lib/asyncio/windows_events.py +++ b/Lib/asyncio/windows_events.py @@ -5,7 +5,6 @@ import errno import math import socket import struct -import subprocess import weakref from . import events |