[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:
SangBin Cho
2020-08-23 22:01:31 -07:00
committed by GitHub
parent b61a79efd7
commit 1f54acd274
11 changed files with 89 additions and 90 deletions
+1 -1
View File
@@ -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):