Skip to content

Commit

Permalink
Update session.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alluding committed May 3, 2024
1 parent 57974f7 commit 931643b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions curl_cffi/requests/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ def __str__(self) -> str:

return result

def __eq__(self, other: 'BrowserSpec') -> bool:
return (
self.browser_type == other.browser_type
and self.version == other.version
and self.platform == other.platform
)

def _is_absolute_url(url: str) -> bool:
"""Check if the provided url is an absolute url"""
Expand Down

0 comments on commit 931643b

Please sign in to comment.