Skip to content

Commit

Permalink
Fix linter in tests due to wrong formatting
Browse files Browse the repository at this point in the history
Silly me, don't forget to install the pre-commit hooks locally next
time!
  • Loading branch information
Delgan committed Feb 10, 2025
1 parent b2a5f73 commit a9cf154
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_colorama.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def test_dumb_term_not_colored(monkeypatch, patched, expected):
assert should_colorize(stream) is expected



@pytest.mark.parametrize(
("patched", "expected"),
[
Expand Down

0 comments on commit a9cf154

Please sign in to comment.