Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius authored and oz123 committed Nov 5, 2024
1 parent 95f3af1 commit b9e9885
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/test_install_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@ def test_install_respects_lockfile_versions(pipenv_instance_pypi):
c = p.pipenv("graph --json")
assert c.returncode == 0

import json
graph_data = json.loads(c.stdout)
for entry in graph_data:
if entry["package"]["package_name"] == "sh":
Expand Down

0 comments on commit b9e9885

Please sign in to comment.