1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00

Sort imports according to PEP8 for mobile_app (#29758)

This commit is contained in:
Bas Nijholt
2019-12-09 13:22:42 +01:00
committed by Franck Nijhof
parent 53012a548b
commit abfcc18004
3 changed files with 7 additions and 8 deletions

View File

@@ -2,14 +2,13 @@
# pylint: disable=redefined-outer-name,unused-import
import pytest
from tests.common import mock_device_registry
from homeassistant.components.mobile_app.const import DOMAIN
from homeassistant.setup import async_setup_component
from homeassistant.components.mobile_app.const import DOMAIN
from .const import REGISTER, REGISTER_CLEARTEXT
from tests.common import mock_device_registry
@pytest.fixture
def registry(hass):