mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Remove single-use variable in aussie-broadband (#128340)
This commit is contained in:
parent
4c10ce6f40
commit
401e334c28
@ -99,8 +99,9 @@ class AussieBroadbandConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
}
|
}
|
||||||
|
|
||||||
if not (errors := await self.async_auth(data)):
|
if not (errors := await self.async_auth(data)):
|
||||||
entry = self._get_reauth_entry()
|
return self.async_update_reload_and_abort(
|
||||||
return self.async_update_reload_and_abort(entry, data=data)
|
self._get_reauth_entry(), data=data
|
||||||
|
)
|
||||||
|
|
||||||
return self.async_show_form(
|
return self.async_show_form(
|
||||||
step_id="reauth_confirm",
|
step_id="reauth_confirm",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user