mirror of
https://github.com/wassname/ray.git
synced 2026-08-09 12:20:09 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -56,7 +56,7 @@ def to_posix_time(dt):
|
||||
return (dt - datetime.datetime(1970, 1, 1)).total_seconds()
|
||||
|
||||
|
||||
class Reporter(object):
|
||||
class Reporter:
|
||||
"""A monitor process for monitoring Ray nodes.
|
||||
|
||||
Attributes:
|
||||
|
||||
Reference in New Issue
Block a user