mirror of
https://github.com/wassname/ray.git
synced 2026-08-01 12:51:09 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
+1
-1
@@ -121,7 +121,7 @@ def _parse_resource_table(redis_client, client_id):
|
||||
return resources
|
||||
|
||||
|
||||
class GlobalState(object):
|
||||
class GlobalState:
|
||||
"""A class used to interface with the Ray control state.
|
||||
|
||||
# TODO(zongheng): In the future move this to use Ray's redis module in the
|
||||
|
||||
Reference in New Issue
Block a user