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 c86292b commit 32ec182Copy full SHA for 32ec182
deepdiff/diff.py
@@ -880,7 +880,8 @@ def _diff_by_forming_pairs_and_comparing_one_by_one(
880
x,
881
y,
882
child_relationship_class=child_relationship_class,
883
- child_relationship_param=j)
+ child_relationship_param=j
884
+ )
885
self._diff(next_level, parents_ids_added, local_tree=local_tree)
886
887
def _diff_ordered_iterable_by_difflib(
0 commit comments