Sort imports according to PEP8 for file (#29694)
This commit is contained in:
parent
a78fe25871
commit
fa6b75f2c1
4 changed files with 8 additions and 9 deletions
|
@ -6,8 +6,8 @@ from unittest.mock import Mock, patch
|
|||
# https://bugs.python.org/issue23004
|
||||
from mock_open import MockOpen
|
||||
|
||||
from homeassistant.setup import setup_component
|
||||
from homeassistant.const import STATE_UNKNOWN
|
||||
from homeassistant.setup import setup_component
|
||||
|
||||
from tests.common import get_test_home_assistant, mock_registry
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue