Sort imports according to PEP8 for plaato (#29747)

This commit is contained in:
Bas Nijholt 2019-12-09 13:14:08 +01:00 committed by Franck Nijhof
parent f281069c8c
commit d1b38c0c79
3 changed files with 6 additions and 2 deletions

View File

@ -15,6 +15,7 @@ from homeassistant.const import (
)
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.dispatcher import async_dispatcher_send
from .const import DOMAIN
_LOGGER = logging.getLogger(__name__)

View File

@ -1,5 +1,6 @@
"""Config flow for GPSLogger."""
from homeassistant.helpers import config_entry_flow
from .const import DOMAIN
config_entry_flow.register_webhook_flow(

View File

@ -2,8 +2,10 @@
import logging
from homeassistant.helpers.dispatcher import async_dispatcher_connect
from homeassistant.helpers.dispatcher import async_dispatcher_send
from homeassistant.helpers.dispatcher import (
async_dispatcher_connect,
async_dispatcher_send,
)
from homeassistant.helpers.entity import Entity
from . import (