Skip to content

Commit 3d8f2f2

Browse files
committed
nox -s format:fix
1 parent de7a3cb commit 3d8f2f2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/integration/util/dependencies/audit_integration_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ def install(self) -> PoetryProject:
7878

7979

8080
@pytest.fixture
81-
def create_poetry_project(tmp_path, sample_vulnerability, poetry_path, ptb_minimum_python_version):
81+
def create_poetry_project(
82+
tmp_path, sample_vulnerability, poetry_path, ptb_minimum_python_version
83+
):
8284
project = (
8385
PoetryProject(poetry_path, tmp_path / "vulnerability")
8486
.create()

0 commit comments

Comments
 (0)