mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
use isort to sort imports according to PEP8 for cloud (#29626)
This commit is contained in:
committed by
Fabian Affolter
parent
e4e9cdce73
commit
fbd4cf1089
@@ -7,7 +7,7 @@ from hass_nabucasa import account_link
|
||||
|
||||
from homeassistant.const import MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION
|
||||
from homeassistant.core import HomeAssistant, callback
|
||||
from homeassistant.helpers import event, config_entry_oauth2_flow
|
||||
from homeassistant.helpers import config_entry_oauth2_flow, event
|
||||
|
||||
from .const import DOMAIN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user