Fix ruff & mypy errors (#2394)

This commit is contained in:
Shuchang Zheng
2025-05-20 01:00:04 -07:00
committed by GitHub
parent 20fb787cc1
commit 5728b918b5
2 changed files with 262 additions and 214 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -300,7 +300,7 @@ class Skyvern(AsyncSkyvern):
totp_url: str | None = None,
title: str | None = None,
error_code_mapping: dict[str, str] | None = None,
data_extraction_schema: dict[str, Any] | None = None,
data_extraction_schema: dict[str, Any] | str | None = None,
proxy_location: ProxyLocation | None = None,
max_steps: int | None = None,
wait_for_completion: bool = True,