Skip to content

Commit fa135ce

Browse files
committed
lint.
1 parent 63a5544 commit fa135ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/esphome/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from aioesphomeapi import APIClient, APIConnectionError
66
import voluptuous as vol
77

8-
from homeassistant.core import callback
98
from homeassistant.config_entries import CONN_CLASS_LOCAL_PUSH, ConfigFlow
109
from homeassistant.const import CONF_HOST, CONF_NAME, CONF_PASSWORD, CONF_PORT
10+
from homeassistant.core import callback
1111
from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
1212

1313
from .entry_data import DATA_KEY, RuntimeEntryData

0 commit comments

Comments
 (0)