Skip to content

Commit

Permalink
Merge pull request #2 from SomberNight/aiter_syntax
Browse files Browse the repository at this point in the history
aiter syntax change
  • Loading branch information
Neil committed Jul 28, 2018
2 parents 7c17789 + e8c5a6c commit fc95fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiorpcx/curio.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ async def cancel_remaining(self):
task.cancel()
await sleep(0)

async def __aiter__(self):
def __aiter__(self):
return self

async def __anext__(self):
Expand Down

0 comments on commit fc95fca

Please sign in to comment.