1
0
J. Nick Koston 3 жил өмнө
parent
commit
9377f02cff

+ 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."""