mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -24,7 +24,7 @@ except ImportError:
|
||||
"Be sure to install it on the client side.")
|
||||
|
||||
|
||||
class TuneClient(object):
|
||||
class TuneClient:
|
||||
"""Client to interact with an ongoing Tune experiment.
|
||||
|
||||
Requires a TuneServer to have started running.
|
||||
|
||||
Reference in New Issue
Block a user