Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent a05cd6e commit 6157c58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/bluefruitconnect_controlpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

# Loop and read packets
while ble.connected:

# Keeping trying until a good packet is received
try:
packet = Packet.from_stream(uart_server)
Expand Down
1 change: 0 additions & 1 deletion examples/bluefruitconnect_sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

# Loop and read packets
while ble.connected:

# Keeping trying until a good packet is received
try:
packet = Packet.from_stream(uart_server)
Expand Down

0 comments on commit 6157c58

Please sign in to comment.