Skip to content

Commit cf11c77

Browse files
committed
missing import
1 parent cd2b7dd commit cf11c77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_ble/uart_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"""
3131
from bleio import Central, CharacteristicBuffer
3232
from .uart import NUS_SERVICE_UUID, NUS_RX_CHAR_UUID, NUS_TX_CHAR_UUID
33-
from .scanner import ScanEntry
33+
from .scanner import Scanner, ScanEntry
3434

3535
class UARTClient:
3636
"""
@@ -45,7 +45,6 @@ class UARTClient:
4545
Example::
4646
4747
from adafruit_ble.uart_client import UARTClient
48-
from adafruit_ble.scanner import Scanner, ScanEntry
4948
5049
uart_client = UARTClient()
5150
uart_addresses = uart_client.scan()

0 commit comments

Comments
 (0)