mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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)):
|
||||
entry = self._get_reauth_entry()
|
||||
return self.async_update_reload_and_abort(entry, data=data)
|
||||
return self.async_update_reload_and_abort(
|
||||
self._get_reauth_entry(), data=data
|
||||
)
|
||||
|
||||
return self.async_show_form(
|
||||
step_id="reauth_confirm",
|
||||
|
Loading…
x
Reference in New Issue
Block a user