File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
py/selenium/webdriver/remote Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class ClientConfig:
7171 """Gets and Sets user agent to be added to the request headers."""
7272 extra_headers = _ClientConfigDescriptor ("_extra_headers" )
7373 """Gets and Sets extra headers to be added to the request."""
74-
74+
7575 def __init__ (
7676 self ,
7777 remote_server_addr : str ,
@@ -117,12 +117,10 @@ def __init__(
117117 else ca_certs
118118 )
119119
120-
121120 def reset_timeout (self ) -> None :
122121 """Resets the timeout to the default value of socket."""
123122 self ._timeout = socket .getdefaulttimeout ()
124123
125-
126124 def get_proxy_url (self ) -> Optional [str ]:
127125 """Returns the proxy URL to use for the connection."""
128126 proxy_type = self .proxy .proxy_type
You can’t perform that action at this time.
0 commit comments