Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Jul 9, 2024
1 parent 9ee2fc6 commit 96d5191
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kpops/utils/dict_differ.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def del_ignored_keys(d: MutableMapping[str, Any]) -> None:
return None

d2_filtered: Mapping = patch(differences, d1)

return "".join(
colorize_diff(
differ.compare(
Expand Down

0 comments on commit 96d5191

Please sign in to comment.