Просмотр исходного кода

Ledvance tests: remove unused imports

Jason Rumney 1 год назад
Родитель
Сommit
358f27849f
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      tests/devices/test_ledvance_light.py

+ 0 - 5
tests/devices/test_ledvance_light.py

@@ -1,10 +1,5 @@
 """Tests for Ledvance Panel lighting, in particular the combined settings"""
 
-from homeassistant.components.light import (
-    ColorMode,
-    LightEntityFeature,
-)
-
 from ..const import LEDVANCE_PANEL_PAYLOAD
 from ..helpers import assert_device_properties_set
 from .base_device_tests import TuyaDeviceTestCase