From 32ec1820e1b392585f8fa9503b836dfd9a7f081b Mon Sep 17 00:00:00 2001 From: Chris Hamill Date: Tue, 15 Aug 2023 11:20:47 -0400 Subject: [PATCH] tweak for consistent style --- deepdiff/diff.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deepdiff/diff.py b/deepdiff/diff.py index 7d935946..94f290c5 100755 --- a/deepdiff/diff.py +++ b/deepdiff/diff.py @@ -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(