Skip to content

Commit 5da4e2a

Browse files
committed
Black
1 parent 41c3684 commit 5da4e2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/ble_magic_light_simpletest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
if hasattr(_bleio, "ConnectionError"):
1212
connection_error = _bleio.ConnectionError
1313

14+
1415
def find_connection():
1516
for connection in radio.connections:
1617
if MagicLightService not in connection:

0 commit comments

Comments
 (0)