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 "S" (#29777)
This commit is contained in:
committed by
Franck Nijhof
parent
21816eeed4
commit
23b92b2a56
@@ -1,28 +1,28 @@
|
||||
"""The tests for the simulated sensor."""
|
||||
import unittest
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
from homeassistant.components.simulated.sensor import (
|
||||
CONF_AMP,
|
||||
CONF_FWHM,
|
||||
CONF_MEAN,
|
||||
CONF_PERIOD,
|
||||
CONF_PHASE,
|
||||
CONF_RELATIVE_TO_EPOCH,
|
||||
CONF_SEED,
|
||||
CONF_UNIT,
|
||||
CONF_RELATIVE_TO_EPOCH,
|
||||
DEFAULT_AMP,
|
||||
DEFAULT_FWHM,
|
||||
DEFAULT_MEAN,
|
||||
DEFAULT_NAME,
|
||||
DEFAULT_PHASE,
|
||||
DEFAULT_SEED,
|
||||
DEFAULT_RELATIVE_TO_EPOCH,
|
||||
DEFAULT_SEED,
|
||||
)
|
||||
from homeassistant.const import CONF_FRIENDLY_NAME
|
||||
from homeassistant.setup import setup_component
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
|
||||
class TestSimulatedSensor(unittest.TestCase):
|
||||
"""Test the simulated sensor."""
|
||||
|
||||
Reference in New Issue
Block a user