Skip to content

Commit b01d787

Browse files
committed
Lint
1 parent 533ce77 commit b01d787

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

adafruit_ble/services/magic_light.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
__version__ = "0.0.0-auto.0"
3535

3636
class MagicLightService(Service):
37+
"""Service for controlling a Magic Light RGB bulb."""
38+
3739
# These UUIDs actually use the standard base UUID even though they aren't standard.
3840
uuid = VendorUUID("0000ffe5-0000-1000-8000-00805f9b34fb")
3941

examples/ble_magic_light.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""This demo connects to a magic light and has it do a color wheel."""
22
import adafruit_ble
33
import _bleio
4-
import time
4+
55
from adafruit_ble.advertising.standard import ProvideServicesAdvertisement
66
from adafruit_ble.services.magic_light import MagicLightService
77

0 commit comments

Comments
 (0)