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:
committed by
GitHub
parent
46c38f185c
commit
e3c0cfd1e2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user