mirror of
https://github.com/wassname/ray.git
synced 2026-07-16 11:21:10 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -19,7 +19,7 @@ import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ImportThread(object):
|
||||
class ImportThread:
|
||||
"""A thread used to import exports from the driver or other workers.
|
||||
|
||||
Note: The driver also has an import thread, which is used only to import
|
||||
|
||||
Reference in New Issue
Block a user