Sort imports according to PEP8 for websocket_api (#29657)

This commit is contained in:
Bas Nijholt 2019-12-09 12:30:23 +01:00 committed by Franck Nijhof
parent 16a7408f23
commit 3df40c7a16
5 changed files with 13 additions and 13 deletions

View file

@ -1,9 +1,9 @@
"""Fixtures for websocket tests."""
import pytest
from homeassistant.setup import async_setup_component
from homeassistant.components.websocket_api.http import URL
from homeassistant.components.websocket_api.auth import TYPE_AUTH_REQUIRED
from homeassistant.components.websocket_api.http import URL
from homeassistant.setup import async_setup_component
@pytest.fixture