Skip to content

Commit 12c91b1

Browse files
fixed linting issues
1 parent 3da1654 commit 12c91b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

py/selenium/webdriver/remote/client_config.py

+1-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)