Skip to content

Commit 6516250

Browse files
committed
fix: lint
Signed-off-by: yihong0618 <[email protected]>
1 parent 854383e commit 6516250

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/test/test_urllib2_localnet.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,12 +351,12 @@ def create_fake_proxy_handler(*args, **kwargs):
351351
self.server.start()
352352
self.server.ready.wait()
353353
proxy_url = "http://127.0.0.1:%d" % self.server.port
354-
354+
355355
# Set http_proxy environment variable to override system proxy settings
356-
# This ensures the proxy is used even on macOS where localhost is
356+
# This ensures the proxy is used even on macOS where localhost is
357357
# typically in the proxy bypass list
358358
os.environ['http_proxy'] = proxy_url
359-
359+
360360
handler = urllib.request.ProxyHandler({"http" : proxy_url})
361361
self.proxy_digest_handler = urllib.request.ProxyDigestAuthHandler()
362362
self.opener = urllib.request.build_opener(

0 commit comments

Comments
 (0)