doctweak #81
Annotations
8 errors
Ruff (F401):
tests/tests_rf/test_v2_apis.py#L12
tests/tests_rf/test_v2_apis.py:12:5: F401 `evohomeasync2.schema.SCH_DHW_STATUS` imported but unused
|
Ruff (F401):
tests/tests_rf/test_v2_apis.py#L13
tests/tests_rf/test_v2_apis.py:13:5: F401 `evohomeasync2.schema.SCH_FULL_CONFIG` imported but unused
|
Ruff (F401):
tests/tests_rf/test_v2_apis.py#L14
tests/tests_rf/test_v2_apis.py:14:5: F401 `evohomeasync2.schema.SCH_LOCN_STATUS` imported but unused
|
Ruff (F401):
tests/tests_rf/test_v2_apis.py#L15
tests/tests_rf/test_v2_apis.py:15:5: F401 `evohomeasync2.schema.SCH_USER_ACCOUNT` imported but unused
|
Ruff (F401):
tests/tests_rf/test_v2_apis.py#L16
tests/tests_rf/test_v2_apis.py:16:5: F401 `evohomeasync2.schema.SCH_ZONE_STATUS` imported but unused
|
Ruff (F841):
tests/tests_rf/test_v2_apis.py#L137
tests/tests_rf/test_v2_apis.py:137:9: F841 Local variable `dhw_status` is assigned to but never used
|
Ruff (F841):
tests/tests_rf/test_v2_apis.py#L141
tests/tests_rf/test_v2_apis.py:141:9: F841 Local variable `zone_status` is assigned to but never used
|
lint (3.12)
Process completed with exit code 1.
|