Skip to content

Commit d35b04f

Browse files
Update source/utils/networking.py
Co-authored-by: Sascha Cowley <[email protected]>
1 parent d1c7f91 commit d35b04f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/utils/networking.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def _fetchUrlAndUpdateRootCertificates(url: str, certFetchUrl: str | None = None
9898
:param certFetchUrl: An optional URL to use for fetching the certificate if the original URL fails due to a certificate error.
9999
:return: The content of the URL.
100100
"""
101-
102101
try:
103102
log.debug(f"Fetching data from: {url}")
104103
result = requests.get(url, timeout=_FETCH_TIMEOUT_S)

0 commit comments

Comments
 (0)