Skip to content

Commit 6157c58

Browse files
committed
Run pre-commit
1 parent a05cd6e commit 6157c58

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/bluefruitconnect_controlpad.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
# Loop and read packets
3232
while ble.connected:
33-
3433
# Keeping trying until a good packet is received
3534
try:
3635
packet = Packet.from_stream(uart_server)

examples/bluefruitconnect_sensors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
# Loop and read packets
3636
while ble.connected:
37-
3837
# Keeping trying until a good packet is received
3938
try:
4039
packet = Packet.from_stream(uart_server)

0 commit comments

Comments
 (0)