Sort imports according to PEP8 for websocket_api (#29657)
This commit is contained in:
parent
16a7408f23
commit
3df40c7a16
5 changed files with 13 additions and 13 deletions
|
@ -2,9 +2,10 @@
|
|||
|
||||
from homeassistant.bootstrap import async_setup_component
|
||||
|
||||
from tests.common import assert_setup_component
|
||||
from .test_auth import test_auth_active_with_token
|
||||
|
||||
from tests.common import assert_setup_component
|
||||
|
||||
|
||||
async def test_websocket_api(
|
||||
hass, no_auth_websocket_client, hass_access_token, legacy_auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue