Skip to content

Commit

Permalink
tests.siegfried - remove unnecessary parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Oct 17, 2024
1 parent 05e8597 commit 972212d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_siegfried.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
from acacore.siegfried import Siegfried


@pytest.fixture()
@pytest.fixture
def siegfried_folder(test_folder: Path) -> Path:
return test_folder / "siegfried"


@pytest.fixture()
@pytest.fixture
def siegfried(siegfried_folder: Path) -> Siegfried:
return Siegfried(Path(environ["GOPATH"], "bin", "sf"), "pronom.sig", siegfried_folder)

Expand Down

0 comments on commit 972212d

Please sign in to comment.