mirror of
https://github.com/wassname/ray.git
synced 2026-08-14 12:40:23 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -16,7 +16,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@ray.remote
|
||||
class JobWorker(object):
|
||||
class JobWorker:
|
||||
"""A streaming job worker.
|
||||
|
||||
Attributes:
|
||||
|
||||
Reference in New Issue
Block a user