Skip to content

Commit c028f0a

Browse files
committed
pylint
1 parent 456c553 commit c028f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_ble/uart_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ class UARTClient:
4949
uart_client = UARTClient()
5050
uart_addresses = uart_client.scan()
5151
if uart_addresses:
52-
uart_client.connect(uarts[0].address, 5, service_uuids_whitelist=(UART.NUS_SERVICE_UUID,))
52+
uart_client.connect(uarts[0].address, 5,
53+
service_uuids_whitelist=(UART.NUS_SERVICE_UUID,))
5354
else:
5455
raise Error("No UART servers found.")
5556

0 commit comments

Comments
 (0)