mirror of
https://github.com/home-assistant/core.git
synced 2025-11-06 09:29:27 +00:00
sort imports according to PEP8 for abode (#29610)
This commit is contained in:
committed by
Franck Nijhof
parent
f5a1b32be0
commit
a885670a9a
@@ -10,7 +10,7 @@ from homeassistant import config_entries
|
||||
from homeassistant.const import CONF_PASSWORD, CONF_USERNAME
|
||||
from homeassistant.core import callback
|
||||
|
||||
from .const import DOMAIN, DEFAULT_CACHEDB # pylint: disable=unused-import
|
||||
from .const import DEFAULT_CACHEDB, DOMAIN # pylint: disable=unused-import
|
||||
|
||||
CONF_POLLING = "polling"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user