Cleanup unused variable in tests (#127930)

This commit is contained in:
epenet 2024-10-08 15:14:23 +02:00 committed by GitHub
parent 0956dbb578
commit 4e15556eeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4776,7 +4776,6 @@ async def test_reconfigure(
f"{config_entry.domain} {config_entry.entry_id}",
)
flow = hass.config_entries.flow
_async_start_reconfigure(entry)
await hass.async_block_till_done()