Skip to content

Commit b9e9885

Browse files
matteiusoz123
authored andcommitted
fix ruff
1 parent 95f3af1 commit b9e9885

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/test_install_basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,6 @@ def test_install_respects_lockfile_versions(pipenv_instance_pypi):
799799
c = p.pipenv("graph --json")
800800
assert c.returncode == 0
801801

802-
import json
803802
graph_data = json.loads(c.stdout)
804803
for entry in graph_data:
805804
if entry["package"]["package_name"] == "sh":

0 commit comments

Comments
 (0)