Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Jul 9, 2024
1 parent dd344a4 commit 9ee2fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kpops/utils/dict_differ.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def del_ignored_keys(d: MutableMapping[str, Any]) -> None:
del_ignored_keys(d1)
del_ignored_keys(d2)

differences = list(diff(d1, d2, ignore=ignore))
differences = list(diff(d1, d2))
if not differences:
return None

Expand Down

0 comments on commit 9ee2fc6

Please sign in to comment.