mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 16:25:41 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -24,7 +24,7 @@ ERROR_REPORT_TIMEOUT = 10
|
||||
ERROR_FETCH_TIMEOUT = 1
|
||||
|
||||
|
||||
class StatusReporter(object):
|
||||
class StatusReporter:
|
||||
"""Object passed into your function that you can report status through.
|
||||
|
||||
Example:
|
||||
|
||||
Reference in New Issue
Block a user