mirror of
https://github.com/wassname/ray.git
synced 2026-07-24 13:20:22 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -13,7 +13,7 @@ from ray import ray_constants
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Cluster(object):
|
||||
class Cluster:
|
||||
def __init__(self,
|
||||
initialize_head=False,
|
||||
connect=False,
|
||||
|
||||
Reference in New Issue
Block a user