mirror of
https://github.com/wassname/ray.git
synced 2026-09-10 12:38:43 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -34,7 +34,7 @@ def _raise_deprecation_note(deprecated, replacement, soft=False):
|
||||
raise DeprecationWarning(error_msg)
|
||||
|
||||
|
||||
class Experiment(object):
|
||||
class Experiment:
|
||||
"""Tracks experiment specifications.
|
||||
|
||||
Implicitly registers the Trainable if needed.
|
||||
|
||||
Reference in New Issue
Block a user