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:
committed by
Franck Nijhof
parent
53012a548b
commit
abfcc18004
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user