Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Jul 28, 2024
1 parent 08e3808 commit 8da0ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def data_directory() -> Path:
def output_directory() -> Path:
return Path(__file__).parent / "output"


@pytest.fixture
def rng() -> RNG:
return MersenneTwisterRNG()
return MersenneTwisterRNG()

0 comments on commit 8da0ad4

Please sign in to comment.