Sfoglia il codice sorgente

Fix bulb inheritance (#99)

J. Nick Koston 2 anni fa
parent
commit
9377f02cff
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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."""