Skip to content

Commit

Permalink
tweak for consistent style
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hamill committed Aug 16, 2023
1 parent c86292b commit 32ec182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deepdiff/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,8 @@ def _diff_by_forming_pairs_and_comparing_one_by_one(
x,
y,
child_relationship_class=child_relationship_class,
child_relationship_param=j)
child_relationship_param=j
)
self._diff(next_level, parents_ids_added, local_tree=local_tree)

def _diff_ordered_iterable_by_difflib(
Expand Down

0 comments on commit 32ec182

Please sign in to comment.