From 40c03e046f541685f4f7083f7fe5252d268d130b Mon Sep 17 00:00:00 2001 From: Jonh Sady Date: Tue, 18 Feb 2025 13:57:56 -0300 Subject: [PATCH] remove coments --- homeassistant/components/redgtech/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/redgtech/__init__.py b/homeassistant/components/redgtech/__init__.py index 74a24c80baa..568d8db2f6f 100644 --- a/homeassistant/components/redgtech/__init__.py +++ b/homeassistant/components/redgtech/__init__.py @@ -56,7 +56,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: async def async_unload_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: """Unload a config entry.""" _LOGGER.debug("Unloading Redgtech entry: %s", entry.entry_id) - # Fechar a sessão HTTP api = RedgtechAPI(entry.data.get("access_token")) await api.close() return await hass.config_entries.async_unload_platforms(entry, PLATFORMS) \ No newline at end of file