Skip to content

Commit 58c5317

Browse files
committed
Removing leftover line
1 parent 9ee1ac3 commit 58c5317

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/multion/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def __init__(
103103
agentops_api_key: typing.Optional[str] = os.getenv("AGENTOPS_API_KEY"),
104104
**kwargs
105105
):
106-
agentops_api_key = kwargs.pop("agentops_api_key", None)
107106
super().__init__(*args, **kwargs)
108107
self.sessions = WrappedAsyncSessionsClient(client_wrapper=self._client_wrapper)
109108
if agentops_api_key is not None:

0 commit comments

Comments
 (0)