Skip to content

Commit

Permalink
feat: make get_device and close_stale_connections part of __all__ (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 10, 2022
1 parent bb9da3c commit 4d7edfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bleak_retry_connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

__all__ = [
"establish_connection",
"close_stale_connections",
"get_device",
"BleakClientWithServiceCache",
"BleakAbortedError",
"BleakNotFoundError",
Expand Down

0 comments on commit 4d7edfd

Please sign in to comment.