From 1b81d3a9c51c77a6e79f9ed1ef9daa4d8ecc1c0d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:20:30 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_package_gen.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_package_gen.py b/tests/test_package_gen.py index eebdeccd..e4450501 100644 --- a/tests/test_package_gen.py +++ b/tests/test_package_gen.py @@ -51,9 +51,7 @@ def test_package_generation( "pyproject.toml", "src", Path("src") / project_config["expected_package_name"], - Path("src") - / project_config["expected_package_name"] - / "__init__.py", + Path("src") / project_config["expected_package_name"] / "__init__.py", "tests", Path(".github"), Path(".github") / "workflows",