Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Feb 13, 2022
1 parent e4c8c58 commit 814e918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion androidtv/adb_manager/adb_manager_async.py
Expand Up @@ -272,7 +272,7 @@ async def connect(
else:
await self._adb.connect(
transport_timeout_s=min(transport_timeout_s, MAX_TRANSPORT_TIMEOUT_S),
auth_timeout_s=auth_timeout_s
auth_timeout_s=auth_timeout_s,
)

# ADB connection successfully established
Expand Down
2 changes: 1 addition & 1 deletion androidtv/adb_manager/adb_manager_sync.py
Expand Up @@ -156,7 +156,7 @@ def connect(
else:
self._adb.connect(
transport_timeout_s=min(transport_timeout_s, MAX_TRANSPORT_TIMEOUT_S),
auth_timeout_s=auth_timeout_s
auth_timeout_s=auth_timeout_s,
)

# ADB connection successfully established
Expand Down

0 comments on commit 814e918

Please sign in to comment.