Skip to content

Commit 53fe821

Browse files
committed
Added await to async retrieve wrapper
1 parent bdad989 commit 53fe821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multion/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ async def browse(self, *args, **kwargs):
129129
@wraps_function(BaseMultiOn.retrieve)
130130
async def retrieve(self, *args, **kwargs) -> RetrieveOutput:
131131
agentops.start_session(tags=["multion-sdk"])
132-
return super().retrieve(*args, **kwargs)
132+
return await super().retrieve(*args, **kwargs)

0 commit comments

Comments
 (0)