Skip to content

Commit 579c116

Browse files
committed
pre-PR linting
1 parent 6f5fcc5 commit 579c116

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
@@ -91,7 +91,8 @@ def connect(self, address, timeout):
9191
timeout=self._timeout,
9292
buffer_size=self._buffer_size)
9393

94-
def scan(self, scanner=None, scan_time=2):
94+
@staticmethod
95+
def scan(scanner=None, scan_time=2):
9596
"""Scan for Peripherals advertising the Nordic UART Service,
9697
and return their addresses.
9798

0 commit comments

Comments
 (0)