sort imports according to PEP8 for buienradar (#29623)

This commit is contained in:
Bas Nijholt
2019-12-08 14:59:21 +01:00
committed by Franck Nijhof
parent ba34922b03
commit 663e2eaaff
7 changed files with 6 additions and 16 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
"""The tests for generic camera component."""
import asyncio
from aiohttp.client_exceptions import ClientResponseError
from homeassistant.util import dt as dt_util
from homeassistant.setup import async_setup_component
from homeassistant.util import dt as dt_util
# An infinitesimally small time-delta.
EPSILON_DELTA = 0.0000000001
+1 -2
View File
@@ -1,7 +1,6 @@
"""The tests for the Buienradar sensor platform."""
from homeassistant.setup import async_setup_component
from homeassistant.components import sensor
from homeassistant.setup import async_setup_component
CONDITIONS = ["stationname", "temperature"]
BASE_CONFIG = {
@@ -2,7 +2,6 @@
from homeassistant.components import weather
from homeassistant.setup import async_setup_component
# Example config snippet from documentation.
BASE_CONFIG = {
"weather": [