chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-06-09 00:42:26 -07:00
parent 0a012dbc79
commit ce952d2ad1
127 changed files with 821 additions and 517 deletions

View file

@ -34,9 +34,9 @@ class AnonymousProxiesProvider(ProxyProvider):
"l": Config.RESIDENTIAL_PROXY_LOCATION,
"t": Config.RESIDENTIAL_PROXY_TYPE,
}
return base64.b64encode(
json.dumps(password_dict).encode("utf-8")
).decode("utf-8")
return base64.b64encode(json.dumps(password_dict).encode("utf-8")).decode(
"utf-8"
)
def get_proxy_url(self) -> str | None:
username = Config.RESIDENTIAL_PROXY_USERNAME