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 camera (#29691)

This commit is contained in:
Bas Nijholt
2019-12-09 11:50:48 +01:00
committed by Franck Nijhof
parent 0b4ca9ecac
commit 4c5c34919d
4 changed files with 36 additions and 38 deletions

View File

@@ -9,15 +9,15 @@ from homeassistant.components.camera import (
SERVICE_SNAPSHOT,
)
from homeassistant.components.camera.const import (
DOMAIN,
DATA_CAMERA_PREFS,
DOMAIN,
PREF_PRELOAD_STREAM,
)
from homeassistant.const import (
ATTR_ENTITY_ID,
ENTITY_MATCH_ALL,
SERVICE_TURN_OFF,
SERVICE_TURN_ON,
ENTITY_MATCH_ALL,
)
from homeassistant.core import callback
from homeassistant.loader import bind_hass