Update import locations in tests (#122216)
This commit is contained in:
parent
0637e342f6
commit
a6068dcdf2
46 changed files with 131 additions and 125 deletions
|
@ -1,10 +1,10 @@
|
|||
"""Test cases for the API stream sensor."""
|
||||
|
||||
from homeassistant.auth.providers.homeassistant import HassAuthProvider
|
||||
from homeassistant.bootstrap import async_setup_component
|
||||
from homeassistant.components.websocket_api.auth import TYPE_AUTH_REQUIRED
|
||||
from homeassistant.components.websocket_api.http import URL
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from .test_auth import test_auth_active_with_token
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue