Skip to content

Commit 9e2582a

Browse files
committed
client: fix return type
1 parent fc99d69 commit 9e2582a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aranet4/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ async def _find_nearby(detect_callback: callable, duration: int) -> list[BLEDevi
11131113
if "Aranet" in device.name]
11141114

11151115

1116-
def find_nearby(detect_callback: callable, duration: int = 8) -> List[BLEDevice]:
1116+
def find_nearby(detect_callback: callable, duration: int = 8) -> list[BLEDevice]:
11171117
"""
11181118
Scans for nearby Aranet4 devices.
11191119
Will call callback on every valid Aranet4 advertisement, including duplicates

0 commit comments

Comments
 (0)