Fern: regenerated Python SDK (#3829)
This commit is contained in:
committed by
GitHub
parent
c12c047768
commit
ba0b25cb4b
@@ -48,7 +48,6 @@ class Skyvern(AsyncSkyvern):
|
||||
super().__init__(
|
||||
base_url=base_url,
|
||||
api_key=api_key,
|
||||
x_api_key=api_key,
|
||||
environment=environment,
|
||||
timeout=timeout,
|
||||
follow_redirects=follow_redirects,
|
||||
|
||||
@@ -104,7 +104,6 @@ class SkyvernSdk:
|
||||
environment=environment,
|
||||
base_url=base_url,
|
||||
api_key=self._api_key,
|
||||
x_api_key=self._api_key,
|
||||
timeout=timeout,
|
||||
follow_redirects=follow_redirects,
|
||||
httpx_client=httpx_client,
|
||||
|
||||
Reference in New Issue
Block a user