Skip to content

Commit

Permalink
Change code style
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Aug 13, 2023
1 parent 2651fed commit b2c9be0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion custom_components/nest_protect/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@ async def async_step_account_link(
return self.async_show_form(
step_id="account_link",
data_schema=vol.Schema(
{vol.Required(CONF_ISSUE_TOKEN): str, vol.Required(CONF_COOKIES): str}
{
vol.Required(CONF_ISSUE_TOKEN): str,
vol.Required(CONF_COOKIES): str,
}
),
errors=errors,
last_step=True,
Expand Down

0 comments on commit b2c9be0

Please sign in to comment.