changeset 51290 | 03fc41fe8aa1 |
parent 50926 | 18c8c18993f0 |
child 51686 | 493034cc3265 |
--- a/mercurial/sslutil.py Tue Dec 19 21:26:30 2023 +0100 +++ b/mercurial/sslutil.py Tue Dec 19 21:27:49 2023 +0100 @@ -787,7 +787,7 @@ # The "certifi" Python package provides certificates. If it is installed # and usable, assume the user intends it to be used and use it. try: - import certifi + import certifi # pytype: disable=import-error certs = certifi.where() if os.path.exists(certs):