Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Jul 5, 2024
1 parent 8e775cc commit 521e8e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def test_run_match_config_params() -> None:
if key not in ("self", "timeout_notify", "callback_notify")
}
run_params = {
key: repr(value) for key, value in inspect.signature(run).parameters.items()
key: repr(value)
for key, value in inspect.signature(run).parameters.items()
if key not in ("app_dir", "suppress_ki")
}
assert config_params == run_params
Expand Down

0 comments on commit 521e8e3

Please sign in to comment.