From 08b78453b9da541ce7c623d042e1887acf4ddc41 Mon Sep 17 00:00:00 2001 From: bruxy70 Date: Sun, 10 Jul 2022 14:08:08 +0200 Subject: [PATCH] remove unused --- custom_components/garbage_collection/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom_components/garbage_collection/__init__.py b/custom_components/garbage_collection/__init__.py index 1322086..83e0395 100644 --- a/custom_components/garbage_collection/__init__.py +++ b/custom_components/garbage_collection/__init__.py @@ -14,7 +14,6 @@ from homeassistant.config_entries import ConfigEntry from homeassistant.const import ATTR_HIDDEN, CONF_ENTITIES, CONF_ENTITY_ID, WEEKDAYS from homeassistant.core import HomeAssistant, ServiceCall -from homeassistant.helpers.typing import ConfigType from . import const, helpers @@ -98,7 +97,7 @@ ) -async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool: +async def async_setup(hass: HomeAssistant, _) -> bool: """Set up this component using YAML.""" async def handle_add_date(call: ServiceCall) -> None: