Skip to content

Commit

Permalink
move retry file around
Browse files Browse the repository at this point in the history
Signed-off-by: dentiny <dentinyhao@gmail.com>
  • Loading branch information
dentiny committed Nov 17, 2024
1 parent 06c66d9 commit df54ed0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
5 changes: 0 additions & 5 deletions python/ray/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ doctest(
files = glob(["*.py"], exclude=["client_connect.py", "iter.py", "iter_metrics.py"]),
tags = ["team:core"]
)

py_library(
name = "retry",
srcs = ["retry.py"],
)
10 changes: 0 additions & 10 deletions python/ray/util/tests/unit/BUILD

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ray.util import retry
from ray_release import retry

import sys
import pytest
Expand Down

0 comments on commit df54ed0

Please sign in to comment.