Browse Source

Fix bulb inheritance (#99)

J. Nick Koston 2 năm trước cách đây
mục cha
commit
9377f02cff
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      switchbot/devices/bulb.py

+ 0 - 3
switchbot/devices/bulb.py

@@ -21,9 +21,6 @@ CW_KEY = f"{BULB_COMMAND}17"
 
 _LOGGER = logging.getLogger(__name__)
 
-from .base_light import SwitchbotBaseLight
-from .device import ColorMode
-
 
 class SwitchbotBulb(SwitchbotSequenceBaseLight):
     """Representation of a Switchbot bulb."""