Skip to content

Commit

Permalink
style: black reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Jan 15, 2020
1 parent 804e1c2 commit 4a29e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/alexa_media/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
{
vol.Optional(CONF_ACCOUNTS): vol.All(
cv.ensure_list, [ACCOUNT_CONFIG_SCHEMA]
),
)
}
),
)
},
extra=vol.ALLOW_EXTRA,
)
Expand Down

0 comments on commit 4a29e63

Please sign in to comment.