Skip to content

Commit

Permalink
fix ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
YibinLiu666 committed Jul 7, 2023
1 parent 1391dab commit 94e72c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/xoscar/collective/gloo/test/test_pygloo.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
fileStore_path = "./collective"
system_name = platform.system()


def worker_allgather(rank):
from .. import xoscar_pygloo as xp

Expand Down
1 change: 1 addition & 0 deletions python/xoscar/collective/test/test_pygloo_tcp_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
fileStore_path = "./collective"
system_name = platform.system()


def worker_allgather(rank):
from ..gloo import xoscar_pygloo as xp
from ..rendezvous import xoscar_store as xs
Expand Down

0 comments on commit 94e72c2

Please sign in to comment.