Skip to content

Add HTTP requests methods to aiohttp.ClientSession. #112

Add HTTP requests methods to aiohttp.ClientSession.

Add HTTP requests methods to aiohttp.ClientSession. #112

Triggered via pull request October 31, 2023 19:06
Status Failure
Total duration 25s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.