1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Enable RUF059 and fix violations (#152071)

This commit is contained in:
Joost Lekkerkerker
2025-09-10 21:16:09 +02:00
committed by GitHub
parent 46c38f185c
commit e3c0cfd1e2
46 changed files with 125 additions and 122 deletions

View File

@@ -4622,7 +4622,7 @@ async def test_flow_same_device_multiple_sources(
flow3 = manager.flow.async_init(
"comp", context={"source": config_entries.SOURCE_HOMEKIT}
)
result1, result2, result3 = await asyncio.gather(flow1, flow2, flow3)
_result1, result2, _result3 = await asyncio.gather(flow1, flow2, flow3)
flows = hass.config_entries.flow.async_progress()
assert len(flows) == 1