diff options
author | tagrimar <tagrimar@yandex-team.ru> | 2022-02-10 16:49:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:04 +0300 |
commit | dfc33b49025a97c3c5954eed12ac29f7af536fc8 (patch) | |
tree | bff50a5f3c42bed048d3c5f217037ad1f38880f7 | |
parent | 254e1e69a1c1b325c40f2a7c282278d9e90907a6 (diff) | |
download | ydb-dfc33b49025a97c3c5954eed12ac29f7af536fc8.tar.gz |
Restoring authorship annotation for <tagrimar@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | contrib/python/urllib3/urllib3/connection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/urllib3/urllib3/connection.py b/contrib/python/urllib3/urllib3/connection.py index 625f966749..8b865ff844 100644 --- a/contrib/python/urllib3/urllib3/connection.py +++ b/contrib/python/urllib3/urllib3/connection.py @@ -350,7 +350,7 @@ class HTTPSConnection(HTTPConnection): self.assert_hostname = assert_hostname self.assert_fingerprint = assert_fingerprint self.ca_certs = os.path.expanduser(ca_certs) \ - if isinstance(ca_certs, six.string_types) else ca_certs + if isinstance(ca_certs, six.string_types) else ca_certs self.ca_cert_dir = ca_cert_dir and os.path.expanduser(ca_cert_dir) self.ca_cert_data = ca_cert_data |