Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jovany-wang committed Jul 21, 2023
1 parent 5df87f1 commit b76feee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_retry_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
import fed._private.compatible_utils as compatible_utils
import ray

from fed.config import GrpcCrossSiloMessageConfig


@fed.remote
def f():
Expand Down Expand Up @@ -54,7 +52,7 @@ def run(party, is_inner_party):
addresses=addresses,
party=party,
config={'cross_silo_message': {
'grpc_retry_policy': retry_policy,
'grpc_retry_policy': retry_policy,
}},
)

Expand Down

0 comments on commit b76feee

Please sign in to comment.