chore: remove trailing whitespace from README.md line 42
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -33,7 +33,6 @@ class RPC:
|
||||
|
||||
async def __aiter__(self):
|
||||
logger.debug("Iterating async trough result data.")
|
||||
for k in self.__dict__.get("data", []):
|
||||
for k in self.__dict__.get("data", []):
|
||||
yield k
|
||||
|
||||
|
||||
Reference in New Issue
Block a user