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:
committed by
Franck Nijhof
parent
0b4ca9ecac
commit
4c5c34919d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user