Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 30, 2024
1 parent 48ac073 commit 326e913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_install_twists.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def test_no_duplicate_source_on_install(pipenv_instance_private_pypi):
with pipenv_instance_private_pypi() as p:
# Create initial Pipfile with a source
with open(p.pipfile_path, "w") as f:
contents = f"""
contents = """
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
Expand Down

0 comments on commit 326e913

Please sign in to comment.