Skip to content

Commit

Permalink
remove unused mport
Browse files Browse the repository at this point in the history
  • Loading branch information
bruxy70 committed Jul 14, 2022
1 parent 3cc9c94 commit acdf930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/garbage_collection/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import homeassistant.helpers.config_validation as cv
import voluptuous as vol
from homeassistant.const import ATTR_HIDDEN, CONF_ENTITIES, CONF_NAME, WEEKDAYS
from homeassistant.core import HomeAssistant, callback
from homeassistant.core import callback
from homeassistant.helpers import selector
from homeassistant.helpers.schema_config_entry_flow import (
SchemaConfigFlowHandler,
Expand Down

0 comments on commit acdf930

Please sign in to comment.