mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Cleanup unused variable in tests (#127930)
This commit is contained in:
@@ -4776,7 +4776,6 @@ async def test_reconfigure(
|
|||||||
f"{config_entry.domain} {config_entry.entry_id}",
|
f"{config_entry.domain} {config_entry.entry_id}",
|
||||||
)
|
)
|
||||||
|
|
||||||
flow = hass.config_entries.flow
|
|
||||||
_async_start_reconfigure(entry)
|
_async_start_reconfigure(entry)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user