From 91fa7260f2b20b905d87feda42a2b05123597547 Mon Sep 17 00:00:00 2001 From: jjlawren Date: Thu, 16 Jun 2022 09:20:20 -0500 Subject: [PATCH] black formatting --- custom_components/sonos_cloud/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/custom_components/sonos_cloud/__init__.py b/custom_components/sonos_cloud/__init__.py index febe0ac..3f0a844 100644 --- a/custom_components/sonos_cloud/__init__.py +++ b/custom_components/sonos_cloud/__init__.py @@ -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