micropython-lib/micropython/uaiohttpclient
Angus Gratton b46306cc5a uaiohttpclient: Fix missing name in unreachable example code.
As-written this code is unreachable (return statement two line above),
so this change is really just to make the linter happy.

Found by Ruff checking F821.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2023-08-22 22:43:51 +10:00
..
README top: Move modules into python-stdlib, unix-ffi, or micropython. 2021-05-27 15:41:08 +10:00
example.py uaiohttpclient: Fix missing name in unreachable example code. 2023-08-22 22:43:51 +10:00
manifest.py all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
uaiohttpclient.py all: Run black over all code. 2021-05-27 15:50:04 +10:00

README

uaiohttpclient is an HTTP client module for MicroPython uasyncio module,
with API roughly compatible with aiohttp (https://github.com/KeepSafe/aiohttp)
module. Note that only client is implemented, for server see picoweb
microframework.