Skip to content

Commit eec1291

Browse files
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>
1 parent 7ff9c8b commit eec1291

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/specify_cli/extensions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2159,7 +2159,6 @@ def download_extension(self, extension_id: str, target_dir: Optional[Path] = Non
21592159
# Detect archive format from URL; resolve via Content-Type when needed.
21602160
# `final_url` may differ from `download_url` if the server redirects.
21612161
archive_fmt = detect_archive_format(download_url)
2162-
final_url = download_url
21632162

21642163
# Download the archive
21652164
try:

0 commit comments

Comments
 (0)