Add HTTP requests methods to aiohttp.ClientSession
.
#112
Annotations
7 errors
Ruff (PLE1700):
micropython/uaiohttpclient/uaiohttpclient.py#L84
micropython/uaiohttpclient/uaiohttpclient.py:84:22: PLE1700 `yield from` statement in async function; use `async for` instead
|
Ruff (PLE1700):
micropython/uaiohttpclient/uaiohttpclient.py#L86
micropython/uaiohttpclient/uaiohttpclient.py:86:21: PLE1700 `yield from` statement in async function; use `async for` instead
|
Ruff (PLE1700):
micropython/uaiohttpclient/uaiohttpclient.py#L91
micropython/uaiohttpclient/uaiohttpclient.py:91:24: PLE1700 `yield from` statement in async function; use `async for` instead
|
Ruff (PLE1700):
micropython/uaiohttpclient/uaiohttpclient.py#L103
micropython/uaiohttpclient/uaiohttpclient.py:103:17: PLE1700 `yield from` statement in async function; use `async for` instead
|
Ruff (PLE1700):
micropython/uaiohttpclient/uaiohttpclient.py#L140
micropython/uaiohttpclient/uaiohttpclient.py:140:26: PLE1700 `yield from` statement in async function; use `async for` instead
|
Ruff (PLE1700):
micropython/uaiohttpclient/uaiohttpclient.py#L166
micropython/uaiohttpclient/uaiohttpclient.py:166:9: PLE1700 `yield from` statement in async function; use `async for` instead
|
ruff
Process completed with exit code 1.
|