Skip to content

Commit

Permalink
Update session.py
Browse files Browse the repository at this point in the history
  • Loading branch information
populated authored May 3, 2024
1 parent 931643b commit 0791493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curl_cffi/requests/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ class BrowserSpec:
def __init__(
self,
browser_type: BrowserType,
version: str | None = None,
platform: str | None = None
version: Optional[str] = None,
platform: Optional[str] = None
):
self.browser_type = browser_type
self.version = version
Expand Down

0 comments on commit 0791493

Please sign in to comment.