mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Sort imports according to PEP8 for homekit_controller (#29646)
This commit is contained in:
committed by
Franck Nijhof
parent
0d5de6a464
commit
d2c1e5d45c
@@ -3,7 +3,6 @@ from homeassistant.components.homekit_controller.const import KNOWN_DEVICES
|
||||
|
||||
from tests.components.homekit_controller.common import FakeService, setup_test_component
|
||||
|
||||
|
||||
LIGHT_ON = ("lightbulb", "on")
|
||||
LIGHT_BRIGHTNESS = ("lightbulb", "brightness")
|
||||
LIGHT_HUE = ("lightbulb", "hue")
|
||||
|
||||
Reference in New Issue
Block a user