mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Remove unnecessary imports of http integration (#141899)
* Remove unnecessary imports of http integration
* Check reason for test failures
* Revert "Check reason for test failures"
This reverts commit 5ccf356ab0.
* Update tests
This commit is contained in:
@@ -10,12 +10,12 @@ from aiohttp import hdrs
|
||||
from hass_nabucasa import remote
|
||||
import yarl
|
||||
|
||||
from homeassistant.components import http
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
from homeassistant.loader import bind_hass
|
||||
from homeassistant.util.network import is_ip_address, is_loopback, normalize_url
|
||||
|
||||
from . import http
|
||||
from .hassio import is_hassio
|
||||
|
||||
TYPE_URL_INTERNAL = "internal_url"
|
||||
|
||||
Reference in New Issue
Block a user