1
0
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:
Bas Nijholt
2019-12-08 18:01:12 +01:00
committed by Fabian Affolter
parent e4e9cdce73
commit fbd4cf1089
17 changed files with 71 additions and 71 deletions

View File

@@ -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