Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 3, 2024
1 parent 370795c commit 8941b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apax/nodes/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def plot_with_uncertainty(value, ylabel: str, xlabel: str, x=None, **kwargs) ->

return fig, ax, data


def check_duplicate_keys(dict_a: dict, dict_b: dict, log: logging.Logger) -> None:
"""Check if a key of dict_a is present in dict_b and then log a warning."""
for key in dict_a:
Expand Down

0 comments on commit 8941b0a

Please sign in to comment.