Commit 419a4835 authored by Denis Bilenko's avatar Denis Bilenko

pep8

parent b3ba4a97
......@@ -289,11 +289,11 @@ class IMap(Greenlet):
raise value.exc
if value is not _SKIP:
return value
if six.PY3:
__next__ = next
del next
def _run(self):
try:
func = self.func
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment