mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Sort imports according to PEP8 for components starting with "A" (#29761)
This commit is contained in:
committed by
Franck Nijhof
parent
73de69896b
commit
96961b9bcc
@@ -1,7 +1,6 @@
|
||||
"""The tests for the androidtv platform."""
|
||||
import logging
|
||||
|
||||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.components.androidtv.media_player import (
|
||||
ANDROIDTV_DOMAIN,
|
||||
CONF_ADB_SERVER_IP,
|
||||
@@ -24,10 +23,10 @@ from homeassistant.const import (
|
||||
STATE_PLAYING,
|
||||
STATE_UNAVAILABLE,
|
||||
)
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from . import patchers
|
||||
|
||||
|
||||
# Android TV device with Python ADB implementation
|
||||
CONFIG_ANDROIDTV_PYTHON_ADB = {
|
||||
DOMAIN: {
|
||||
|
||||
Reference in New Issue
Block a user