Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Qing Wang <kingchin1218@gmail.com>
  • Loading branch information
jovany-wang committed Jun 30, 2023
1 parent 586738a commit 2e905e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_ping_others.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import fed
import fed._private.compatible_utils as compatible_utils
import ray
from fed.barriers import ping_others
from fed.proxy.barriers import ping_others


cluster = {
Expand Down
2 changes: 1 addition & 1 deletion tests/test_transport_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import fed._private.compatible_utils as compatible_utils
from fed._private import constants
from fed.grpc import fed_pb2, fed_pb2_grpc
from fed.barriers import send, start_recv_proxy, start_send_proxy
from fed.proxy.barriers import send, start_recv_proxy, start_send_proxy
from fed.cleanup import wait_sending


Expand Down
2 changes: 1 addition & 1 deletion tests/test_transport_proxy_tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import fed._private.compatible_utils as compatible_utils
from fed._private import constants
from fed.barriers import send, start_recv_proxy, start_send_proxy
from fed.proxy.barriers import send, start_recv_proxy, start_send_proxy
from fed.cleanup import wait_sending


Expand Down

0 comments on commit 2e905e2

Please sign in to comment.