Skip to content

Commit

Permalink
Remove unused return value
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoung committed Jul 11, 2024
1 parent 08da8ec commit c2179a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def __getattr__(self, name):
@pytest.fixture
def fixture_loader():
return FixtureLoader()
return FIXTURES_DIR.joinpath("login_success.html").read_text()


@pytest.fixture(autouse=True)
Expand Down

0 comments on commit c2179a4

Please sign in to comment.