Skip to content

Commit acdf930

Browse files
author
bruxy70
committed
remove unused mport
1 parent 3cc9c94 commit acdf930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/garbage_collection/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import homeassistant.helpers.config_validation as cv
1111
import voluptuous as vol
1212
from homeassistant.const import ATTR_HIDDEN, CONF_ENTITIES, CONF_NAME, WEEKDAYS
13-
from homeassistant.core import HomeAssistant, callback
13+
from homeassistant.core import callback
1414
from homeassistant.helpers import selector
1515
from homeassistant.helpers.schema_config_entry_flow import (
1616
SchemaConfigFlowHandler,

0 commit comments

Comments
 (0)