Skip to content

Commit 9377f02

Browse files
authored
Fix bulb inheritance (#99)
1 parent 7d2ddb1 commit 9377f02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

switchbot/devices/bulb.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121

2222
_LOGGER = logging.getLogger(__name__)
2323

24-
from .base_light import SwitchbotBaseLight
25-
from .device import ColorMode
26-
2724

2825
class SwitchbotBulb(SwitchbotSequenceBaseLight):
2926
"""Representation of a Switchbot bulb."""

0 commit comments

Comments
 (0)