Browse Source

Ledvance tests: remove unused imports

Jason Rumney 1 year ago
parent
commit
358f27849f
1 changed files with 0 additions and 5 deletions
  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