Skip to content

Commit 0825f50

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 eec1291 commit 0825f50

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/specify_cli/presets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,6 @@ def download_pack(
23162316
# Detect archive format from URL; resolve via Content-Type when needed.
23172317
# `final_url` may differ from `download_url` if the server redirects.
23182318
archive_fmt = detect_archive_format(download_url)
2319-
final_url = download_url
23202319

23212320
try:
23222321
with self._open_url(download_url, timeout=60) as response:

0 commit comments

Comments
 (0)