mirror of
https://github.com/elisspace/core.git
synced 2026-09-25 20:17:16 +00:00
sort imports according to PEP8 for buienradar (#29623)
This commit is contained in:
committed by
Franck Nijhof
parent
ba34922b03
commit
663e2eaaff
@@ -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,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": [
|
||||
|
||||
Reference in New Issue
Block a user