From b9e9885ac3e788b0e103519fce7cc87ffb49f55e Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Mon, 4 Nov 2024 20:05:06 -0500 Subject: [PATCH] fix ruff --- tests/integration/test_install_basic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_install_basic.py b/tests/integration/test_install_basic.py index 18babe47d..37961ae71 100644 --- a/tests/integration/test_install_basic.py +++ b/tests/integration/test_install_basic.py @@ -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":