Sort imports according to PEP8 for components starting with "F" (#29766)
This commit is contained in:
parent
f9e06ca2fd
commit
ca0fad2cbb
34 changed files with 143 additions and 144 deletions
|
@ -5,23 +5,23 @@ import pytest
|
|||
import requests
|
||||
import requests_mock
|
||||
|
||||
from homeassistant.core import callback
|
||||
import homeassistant.components.facebox.image_processing as fb
|
||||
import homeassistant.components.image_processing as ip
|
||||
from homeassistant.const import (
|
||||
ATTR_ENTITY_ID,
|
||||
ATTR_NAME,
|
||||
CONF_FRIENDLY_NAME,
|
||||
CONF_PASSWORD,
|
||||
CONF_USERNAME,
|
||||
CONF_IP_ADDRESS,
|
||||
CONF_PASSWORD,
|
||||
CONF_PORT,
|
||||
CONF_USERNAME,
|
||||
HTTP_BAD_REQUEST,
|
||||
HTTP_OK,
|
||||
HTTP_UNAUTHORIZED,
|
||||
STATE_UNKNOWN,
|
||||
)
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.setup import async_setup_component
|
||||
import homeassistant.components.image_processing as ip
|
||||
import homeassistant.components.facebox.image_processing as fb
|
||||
|
||||
MOCK_IP = "192.168.0.1"
|
||||
MOCK_PORT = "8080"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue