mirror of
https://github.com/wassname/ray.git
synced 2026-07-08 16:16:21 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -5,7 +5,7 @@ from __future__ import print_function
|
||||
import ray.worker
|
||||
|
||||
|
||||
class RuntimeContext(object):
|
||||
class RuntimeContext:
|
||||
"""A class used for getting runtime context."""
|
||||
|
||||
def __init__(self, worker=None):
|
||||
|
||||
Reference in New Issue
Block a user