Kaynağa Gözat

Fix bulb inheritance (#99)

J. Nick Koston 2 yıl önce
ebeveyn
işleme
9377f02cff
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  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."""