Potential fix for pull request finding 'Variable defined multiple times'

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This commit is contained in:
Manfred Riem
2026-05-08 14:11:39 -05:00
committed by GitHub
parent 7ff9c8bdd4
commit eec1291896

View File

@@ -2159,7 +2159,6 @@ class ExtensionCatalog:
# Detect archive format from URL; resolve via Content-Type when needed.
# `final_url` may differ from `download_url` if the server redirects.
archive_fmt = detect_archive_format(download_url)
final_url = download_url
# Download the archive
try: