Remove unnecessary left over comment

Co-authored-by: flowerysong <junk+github@flowerysong.com>
pull/84134/head
Matt Martz 1 month ago
parent 1f9c69b43d
commit 347a3e47cf
No known key found for this signature in database
GPG Key ID: 40832D88E9FC91D8

@ -514,7 +514,6 @@ def get_ca_certs(cafile=None, capath=None):
# tries to find a valid CA cert in one of the
# standard locations for the current distribution
# Using a dict, instead of a set for order, the value is meaningless and will be None
# Not directly using a bytearray to avoid duplicates with fast lookup
cadata = OrderedSet()

Loading…
Cancel
Save