aioble/server: Support singleton re-registration across restart cycles #914
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (F841):
micropython/bluetooth/aioble/multitests/ble_reregister.py#L28
micropython/bluetooth/aioble/multitests/ble_reregister.py:28:5: F841 Local variable `char_initial` is assigned to but never used
|
|
Ruff (RSE102):
micropython/bluetooth/aioble/aioble/server.py#L159
micropython/bluetooth/aioble/aioble/server.py:159:42: RSE102 Unnecessary parentheses on raised exception
|