mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -133,7 +133,7 @@ def test_actor_broadcast(ray_start_cluster_with_resource):
|
||||
cluster, num_nodes = ray_start_cluster_with_resource
|
||||
|
||||
@ray.remote
|
||||
class Actor(object):
|
||||
class Actor:
|
||||
def ready(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user