From d1b38c0c7992ed41c589aff89e17ee1976dec0d4 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Mon, 9 Dec 2019 13:14:08 +0100 Subject: [PATCH] Sort imports according to PEP8 for plaato (#29747) --- homeassistant/components/plaato/__init__.py | 1 + homeassistant/components/plaato/config_flow.py | 1 + homeassistant/components/plaato/sensor.py | 6 ++++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/plaato/__init__.py b/homeassistant/components/plaato/__init__.py index 49b749b8de6..0dd57f75812 100644 --- a/homeassistant/components/plaato/__init__.py +++ b/homeassistant/components/plaato/__init__.py @@ -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__) diff --git a/homeassistant/components/plaato/config_flow.py b/homeassistant/components/plaato/config_flow.py index 59cb270c616..3c616c822fb 100644 --- a/homeassistant/components/plaato/config_flow.py +++ b/homeassistant/components/plaato/config_flow.py @@ -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( diff --git a/homeassistant/components/plaato/sensor.py b/homeassistant/components/plaato/sensor.py index f8e6a3e9fa7..e7c8033f2ac 100644 --- a/homeassistant/components/plaato/sensor.py +++ b/homeassistant/components/plaato/sensor.py @@ -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 (