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:
committed by
Franck Nijhof
parent
1ab1808307
commit
fbf1836997
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user