Skip to content

Commit a113d1b

Browse files
jspaezpDanielNoord
andauthored
Update tests/test_conflicting_formatters.py
Co-authored-by: Daniël van Noord <[email protected]>
1 parent e2b4224 commit a113d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_conflicting_formatters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def patched_run(formatters: list[Formatter]) -> Generator[type[_Run], None, None
4646
],
4747
)
4848
def test_conflicting_formatters(
49-
formatters: list[Formatter], # pylint: disable=redefined-outer-name
49+
formatters: list[Formatter],
5050
expected_errors: list[str],
5151
tmp_path: Path,
5252
) -> None:

0 commit comments

Comments
 (0)