[Core]Fix get workrer table bug (#11516)

* fix get_worker_table bug

* fix lint

* fix comment

* remove actor table

* fix comment

* fix get alive worker

* remove unused python import
This commit is contained in:
DK.Pino
2020-10-31 05:48:29 +08:00
committed by GitHub
parent 71c5089854
commit b10871a1f5
5 changed files with 20 additions and 1 deletions
+1
View File
@@ -110,6 +110,7 @@ __all__ = [
"get_runtime_context",
"actor",
"actors",
"workers",
"available_resources",
"cancel",
"cluster_resources",