mirror of
https://github.com/wassname/ray.git
synced 2026-07-30 12:30:30 +08:00
[Tech Debt] Use f-string for python/ray/*.py (#10268)
* In progress. * Done with critical path. * Modified cluster_utils.py and log_monitor.py * Addressed code review.
This commit is contained in:
@@ -52,7 +52,7 @@ def get_function_descriptor_for_actor_method(
|
||||
"")
|
||||
else:
|
||||
raise NotImplementedError("Cross language remote actor method "
|
||||
"not support language {}".format(language))
|
||||
f"not support language {language}")
|
||||
|
||||
|
||||
def java_function(class_name, function_name):
|
||||
|
||||
Reference in New Issue
Block a user