Skip to content

Commit

Permalink
remove unused config validation
Browse files Browse the repository at this point in the history
  • Loading branch information
bruxy70 committed Dec 8, 2022
1 parent 0890908 commit 383b648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/garbage_collection/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from collections.abc import Mapping
from typing import Any, Dict, cast

import homeassistant.helpers.config_validation as cv
import voluptuous as vol
from homeassistant.const import ATTR_HIDDEN, CONF_ENTITIES, CONF_NAME
from homeassistant.core import callback
Expand Down

0 comments on commit 383b648

Please sign in to comment.