Skip to content

Commit a17eb2a

Browse files
committed
restore test file format
1 parent 442d9e9 commit a17eb2a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/collective/test_collective_gather_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,5 @@ def test_gather_nccl_dygraph(self):
4848
)
4949

5050

51-
5251
if __name__ == "__main__":
5352
unittest.main()

test/collective/test_collective_isend_irecv_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ def test_isend_irecv_nccl_dygraph(self):
4444
)
4545

4646

47-
4847
if __name__ == "__main__":
4948
unittest.main()

test/collective/test_collective_reduce_scatter_api.py

-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@ def test_reduce_scatter_nccl_dygraph(self):
6262
)
6363

6464

65-
6665
if __name__ == "__main__":
6766
unittest.main()

0 commit comments

Comments
 (0)