Skip to content

Commit 7ff9c8b

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 1015ff2 commit 7ff9c8b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/specify_cli/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3661,7 +3661,6 @@ def extension_add(
36613661
download_dir = project_root / ".specify" / "extensions" / ".cache" / "downloads"
36623662
download_dir.mkdir(parents=True, exist_ok=True)
36633663
archive_fmt = detect_archive_format(from_url)
3664-
final_url = from_url
36653664
archive_path = None
36663665

36673666
try:

0 commit comments

Comments
 (0)