Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlawren committed Jun 16, 2022
1 parent 88a02f3 commit 91fa726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/sonos_cloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ async def async_setup(hass: HomeAssistant, config: dict[str, Any]) -> bool:
),
)

_LOGGER.warning("Application Credentials have been imported and can be removed from configuration.yaml")
_LOGGER.warning(
"Application Credentials have been imported and can be removed from configuration.yaml"
)

return True

Expand Down

0 comments on commit 91fa726

Please sign in to comment.