1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Sort imports according to PEP8 for components starting with "W" (#29781)

This commit is contained in:
Bas Nijholt
2019-12-09 14:47:53 +01:00
committed by Franck Nijhof
parent 1ab1808307
commit fbf1836997
26 changed files with 77 additions and 82 deletions

View File

@@ -4,7 +4,6 @@ import re
import unittest
import requests_mock
from tests.common import get_test_home_assistant, load_fixture
import homeassistant.components.wsdot.sensor as wsdot
from homeassistant.components.wsdot.sensor import (
@@ -19,6 +18,8 @@ from homeassistant.components.wsdot.sensor import (
)
from homeassistant.setup import setup_component
from tests.common import get_test_home_assistant, load_fixture
class TestWSDOT(unittest.TestCase):
"""Test the WSDOT platform."""