Skip to content

Commit

Permalink
test: Remove unnecessary parentheses
Browse files Browse the repository at this point in the history
To align with updated ruff rules.
  • Loading branch information
jmgate committed Aug 19, 2024
1 parent 16f4eed commit 9fb0adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_shell_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _use_tmpdir(monkeypatch: MonkeyPatch, tmpdir: Path) -> None:
monkeypatch.chdir(tmpdir)


@pytest.fixture()
@pytest.fixture
def shell_logger() -> ShellLogger:
"""
Pre-populate a :class:`ShellLogger` for use in the tests.
Expand Down

0 comments on commit 9fb0adf

Please sign in to comment.