Skip to content

Commit 6219a46

Browse files
Potential fix for code scanning alert no. 1: Unused local variable
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 8c72f36 commit 6219a46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def setup_virtual_environment():
4141

4242
def install_dependencies():
4343
"""Install required dependencies."""
44-
activation_script = "venv\\Scripts\\activate" if platform.system() == "Windows" else "source venv/bin/activate"
4544
pip_command = "venv\\Scripts\\pip" if platform.system() == "Windows" else "venv/bin/pip"
4645

4746
return run_command(f"{pip_command} install -r requirements.txt", "Installing dependencies")

0 commit comments

Comments
 (0)