mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Fix __aiter__ compatibility with 3.7.
This commit is contained in:
parent
1538c78836
commit
983be10111
@ -77,7 +77,7 @@ class _AsyncIterator:
|
||||
else:
|
||||
ret.append(item)
|
||||
|
||||
async def __aiter__(self):
|
||||
def __aiter__(self):
|
||||
return self
|
||||
|
||||
async def __anext__(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user