From 347a3e47cf85460e4c984cbf4d03ebe32a3c2c03 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Thu, 17 Oct 2024 12:58:37 -0500 Subject: [PATCH] Remove unnecessary left over comment Co-authored-by: flowerysong --- lib/ansible/module_utils/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/module_utils/urls.py b/lib/ansible/module_utils/urls.py index 20dd86f1aad..4a9d513446f 100644 --- a/lib/ansible/module_utils/urls.py +++ b/lib/ansible/module_utils/urls.py @@ -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()