Sort imports according to PEP8 for homekit_controller (#29646)

This commit is contained in:
Bas Nijholt 2019-12-08 18:14:26 +01:00 committed by Franck Nijhof
parent 0d5de6a464
commit d2c1e5d45c
5 changed files with 19 additions and 19 deletions

View file

@ -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")