mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 12:24:48 +02:00
Sort imports according to PEP8 for components starting with "T" (#29778)
This commit is contained in:
committed by
Franck Nijhof
parent
485761bbaf
commit
de915e1bf0
@@ -1,8 +1,8 @@
|
||||
"""The test for the threshold sensor platform."""
|
||||
import unittest
|
||||
|
||||
from homeassistant.setup import setup_component
|
||||
from homeassistant.const import ATTR_UNIT_OF_MEASUREMENT, STATE_UNKNOWN, TEMP_CELSIUS
|
||||
from homeassistant.setup import setup_component
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
|
||||
Reference in New Issue
Block a user