Skip to content

Commit e2b4224

Browse files
jspaezpDanielNoord
andauthored
Update tests/test_conflicting_formatters.py
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
1 parent 25d63ee commit e2b4224

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_conflicting_formatters.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
@contextmanager
1717
def patched_run(formatters: list[Formatter]) -> Generator[type[_Run], None, None]:
1818
"""Patches the _Run class to use only the provided formatters."""
19-
# This monkeypatches the formatters to make them conflict.
20-
# and the only formatters applied
21-
2219
old_formatters = _formatting.FORMATTERS
2320
try:
2421
_formatting.FORMATTERS = formatters

0 commit comments

Comments
 (0)