Skip to content

Commit d9490c9

Browse files
committed
Address nit
1 parent aa3ec9e commit d9490c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onepassword/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self, client_id: int, core: "DesktopCore | UniffiCore", config: dic
3131
async def invoke(self, invoke_config: dict):
3232
try:
3333
return await self.core.invoke(invoke_config)
34-
except DesktopSessionExpiredException as e:
34+
except DesktopSessionExpiredException:
3535
new_client_id = await self.core.init_client(self.config)
3636
self.client_id = new_client_id
3737
invoke_config["invocation"]["clientId"] = self.client_id

0 commit comments

Comments
 (0)