summaryrefslogtreecommitdiff
path: root/Lib/asyncio/unix_events.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-02-20 10:37:27 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-02-20 10:37:27 +0100
commit341921bb3a40ec3de0e4ee4d45f7c9bc76e5c6bf (patch)
treeaaa57a46e4d69bc30c73df6a8fae80fa61d99b6c /Lib/asyncio/unix_events.py
parentb160800a67e47ca903494581c6d44bb8cc48a959 (diff)
downloadcpython-341921bb3a40ec3de0e4ee4d45f7c9bc76e5c6bf.tar.gz
asyncio: remove unused imports and unused variables noticed by pyflakes
Diffstat (limited to 'Lib/asyncio/unix_events.py')
-rw-r--r--Lib/asyncio/unix_events.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/asyncio/unix_events.py b/Lib/asyncio/unix_events.py
index ce45e5ff6f..212554801d 100644
--- a/Lib/asyncio/unix_events.py
+++ b/Lib/asyncio/unix_events.py
@@ -15,7 +15,6 @@ from . import base_events
from . import base_subprocess
from . import constants
from . import events
-from . import protocols
from . import selector_events
from . import tasks
from . import transports