Skip to content

Commit

Permalink
Fix typing typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Dec 26, 2023
1 parent 9f841f9 commit ac30b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fed/proxy/barriers.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ def _start_sender_receiver_proxy(
def send(
dest_party: str,
data: Any,
upstream_seq_id: id,
downstream_seq_id: id,
upstream_seq_id: int,
downstream_seq_id: int,
is_error: bool = False,
check_sending: bool = True,
):
Expand Down

0 comments on commit ac30b6c

Please sign in to comment.