Skip to content

Commit 8c3b172

Browse files
author
Yuval Shimon
committed
removing unnecessary changes
1 parent a67c547 commit 8c3b172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_pytest/assertion/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ def _compare_eq_cls(left: Any, right: Any, verbose: int) -> List[str]:
460460
fields_to_check = left._fields
461461
else:
462462
assert False
463+
463464
indent = " "
464465
same = []
465466
diff = []

0 commit comments

Comments
 (0)