Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanov committed May 28, 2024
1 parent ae19093 commit c3fcaa6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyftms/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ def _on_device(dev: BLEDevice, adv: AdvertisementData) -> None:

try:
dev, adv = await asyncio.wait_for(future, scan_timeout)
return get_client(
dev, adv, on_ftms_event=on_ftms_event, timeout=timeout
)
return get_client(dev, adv, on_ftms_event=on_ftms_event, timeout=timeout)
finally:
await scanner.stop()

Expand Down

0 comments on commit c3fcaa6

Please sign in to comment.