Skip to content

Commit 9a7bd58

Browse files
fix: fmt
1 parent 89edc53 commit 9a7bd58

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/_pytest/_io/pprint.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ def __init__(
6262
indent: int = 4,
6363
width: int = 80,
6464
depth: int | None = None,
65-
<<<<<<< HEAD
66-
sort_dicts: bool = False,
67-
=======
6865
sort_dicts: bool = True,
69-
>>>>>>> 004825824a612277d452488b01af76ce33bb85d9
7066
) -> None:
7167
"""Handle pretty printing operations onto a stream using a set of
7268
configured parameters.

0 commit comments

Comments
 (0)