Sort imports according to PEP8 for components starting with "C" (#29763)
This commit is contained in:
parent
6cc75fc6f3
commit
080c702d4f
15 changed files with 30 additions and 33 deletions
|
@ -3,7 +3,7 @@
|
|||
import unittest
|
||||
|
||||
import homeassistant.components.configurator as configurator
|
||||
from homeassistant.const import EVENT_TIME_CHANGED, ATTR_FRIENDLY_NAME
|
||||
from homeassistant.const import ATTR_FRIENDLY_NAME, EVENT_TIME_CHANGED
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue