Skip to content

Commit c4c9672

Browse files
Update config_flow.py
1 parent 6c42487 commit c4c9672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/solaredge_modbus_multi/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from homeassistant import config_entries
1111
from homeassistant.config_entries import ConfigEntry, OptionsFlow
1212
from homeassistant.const import CONF_HOST, CONF_NAME, CONF_PORT, CONF_SCAN_INTERVAL
13-
from homeassistant.core import HomeAssistant, callback
13+
from homeassistant.core import callback
1414
from homeassistant.data_entry_flow import FlowResult
1515
from homeassistant.exceptions import HomeAssistantError
1616

0 commit comments

Comments
 (0)