mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Remove tabs.
This commit is contained in:
parent
ca0d2cb66e
commit
0a1af4aeb0
2 changed files with 6 additions and 6 deletions
|
@ -534,8 +534,8 @@ class HTTPConnection:
|
|||
host = host[:i]
|
||||
else:
|
||||
port = self.default_port
|
||||
if host[0] == '[' and host[-1] == ']':
|
||||
host = host[1:-1]
|
||||
if host[0] == '[' and host[-1] == ']':
|
||||
host = host[1:-1]
|
||||
self.host = host
|
||||
self.port = port
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue