1
0
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:
Bas Nijholt
2019-12-09 13:57:24 +01:00
committed by Franck Nijhof
parent 73de69896b
commit 96961b9bcc
35 changed files with 97 additions and 101 deletions

View File

@@ -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: {