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:
committed by
Franck Nijhof
parent
3d25ed7994
commit
e6eed4755f
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user