Fix webhook imports sorting (#34988)
This commit is contained in:
parent
ec47216388
commit
6fe00497d6
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@ from aiohttp.web import Request, Response
|
|||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components import websocket_api
|
||||
from homeassistant.components.http.view import HomeAssistantView
|
||||
from homeassistant.components.http.const import KEY_REAL_IP
|
||||
from homeassistant.components.http.view import HomeAssistantView
|
||||
from homeassistant.const import HTTP_OK
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.loader import bind_hass
|
||||
|
|
Loading…
Add table
Reference in a new issue