mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 10:19:18 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -9,7 +9,7 @@ import ray
|
||||
BLOCK_SIZE = 10
|
||||
|
||||
|
||||
class DistArray(object):
|
||||
class DistArray:
|
||||
def __init__(self, shape, objectids=None):
|
||||
self.shape = shape
|
||||
self.ndim = len(shape)
|
||||
|
||||
Reference in New Issue
Block a user