Sort imports according to PEP8 for components starting with "I" (#29769)
This commit is contained in:
parent
710680d604
commit
14779ce3d0
20 changed files with 60 additions and 58 deletions
|
@ -1,17 +1,17 @@
|
|||
"""The tests for the image_processing component."""
|
||||
from unittest.mock import patch, PropertyMock
|
||||
from unittest.mock import PropertyMock, patch
|
||||
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.const import ATTR_ENTITY_PICTURE
|
||||
from homeassistant.setup import setup_component
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
import homeassistant.components.http as http
|
||||
import homeassistant.components.image_processing as ip
|
||||
from homeassistant.const import ATTR_ENTITY_PICTURE
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
from homeassistant.setup import setup_component
|
||||
|
||||
from tests.common import (
|
||||
assert_setup_component,
|
||||
get_test_home_assistant,
|
||||
get_test_instance_port,
|
||||
assert_setup_component,
|
||||
)
|
||||
from tests.components.image_processing import common
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue