mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
chore: ran linting
This commit is contained in:
parent
aa3c62b754
commit
01308055dd
33 changed files with 80 additions and 81 deletions
|
|
@ -20,9 +20,7 @@ def get_geo_proxy_url(country: str | None = None) -> str | None:
|
|||
return get_active_provider().get_geo_proxy_url(country)
|
||||
|
||||
|
||||
def get_sticky_proxy_url(
|
||||
session_id: str, country: str | None = None
|
||||
) -> str | None:
|
||||
def get_sticky_proxy_url(session_id: str, country: str | None = None) -> str | None:
|
||||
"""Proxy URL pinned to a stable vendor session when supported."""
|
||||
return get_active_provider().get_sticky_proxy_url(session_id, country)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue