Skip to content

Commit 7344071

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 a69d427 commit 7344071

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
@@ -3665,7 +3665,6 @@ def extension_add(
36653665
# the original URL as a last hint.
36663666
download_dir = project_root / ".specify" / "extensions" / ".cache" / "downloads"
36673667
download_dir.mkdir(parents=True, exist_ok=True)
3668-
final_url = from_url
36693668
archive_fmt = ""
36703669
archive_path = None
36713670

0 commit comments

Comments
 (0)