Skip to content

Commit d1e3eca

Browse files
committed
Add new line
1 parent 83522c0 commit d1e3eca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/onepassword/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async def authenticate(cls, auth, integration_name, integration_version):
1717
auth=auth,
1818
integration_name=integration_name,
1919
integration_version=integration_version,
20-
)
20+
)
2121
client_id = int(await _init_client(config))
2222

2323
authenticated_client = cls()
@@ -27,4 +27,3 @@ async def authenticate(cls, auth, integration_name, integration_version):
2727
authenticated_client._finalizer = weakref.finalize(cls, _release_client, client_id)
2828

2929
return authenticated_client
30-

0 commit comments

Comments
 (0)