-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Refactor] Remove unused KubeRayNodeProvider._url
method.
#48714
Conversation
902672f
to
e284e72
Compare
Hi. Please sign-off all your commits for the DCO check to pass. Besides, I think we don't need this |
Signed-off-by: ltbringer <amresh.venugopal@wise.com>
06abcac
to
0a18892
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
KubeRayNodeProvider._url
method.
…ect#48714) Signed-off-by: ltbringer <amresh.venugopal@wise.com> Signed-off-by: hjiang <dentinyhao@gmail.com>
Why are these changes needed?
This PR removes an unused method (
_url
) from theKubeRayNodeProvider
class.Related issue number
NA
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.