Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
bruxy70 committed Jul 10, 2022
1 parent 1d9073a commit 08b7845
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/garbage_collection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 08b7845

Please sign in to comment.