mirror of
https://github.com/wassname/ray.git
synced 2026-07-22 13:00:49 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -23,7 +23,7 @@ from ray.utils import (binary_to_hex, binary_to_object_id, binary_to_task_id,
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Monitor(object):
|
||||
class Monitor:
|
||||
"""A monitor for Ray processes.
|
||||
|
||||
The monitor is in charge of cleaning up the tables in the global state
|
||||
|
||||
Reference in New Issue
Block a user