1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Sort imports according to PEP8 for plex (#29708)

This commit is contained in:
Bas Nijholt
2019-12-08 23:31:56 +01:00
committed by Franck Nijhof
parent 3d25ed7994
commit e6eed4755f
4 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
"""Mock classes used in tests."""
from homeassistant.const import CONF_HOST, CONF_PORT
from homeassistant.components.plex.const import CONF_SERVER, CONF_SERVER_IDENTIFIER
from homeassistant.const import CONF_HOST, CONF_PORT
MOCK_SERVERS = [
{