We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89edc53 commit 9a7bd58Copy full SHA for 9a7bd58
src/_pytest/_io/pprint.py
@@ -62,11 +62,7 @@ def __init__(
62
indent: int = 4,
63
width: int = 80,
64
depth: int | None = None,
65
-<<<<<<< HEAD
66
- sort_dicts: bool = False,
67
-=======
68
sort_dicts: bool = True,
69
->>>>>>> 004825824a612277d452488b01af76ce33bb85d9
70
) -> None:
71
"""Handle pretty printing operations onto a stream using a set of
72
configured parameters.
0 commit comments