瀏覽代碼

Ledvance tests: remove unused imports

Jason Rumney 1 年之前
父節點
當前提交
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