Skip to content

Commit

Permalink
Fix typing continue.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Dec 29, 2023
1 parent 6bba9e3 commit 5eb9eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fed/_private/global_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(
self,
job_name: str,
current_party: str,
sending_failure_handler: Callable[[], None],
sending_failure_handler: Callable[[Exception], None],
exit_on_sending_failure=False,
) -> None:
self._job_name = job_name
Expand Down

0 comments on commit 5eb9eb2

Please sign in to comment.