Remove (object) from class declarations. (#6658)

This commit is contained in:
Robert Nishihara
2020-01-02 17:42:13 -08:00
committed by Philipp Moritz
parent f1b56fa5ee
commit 39a3459886
162 changed files with 397 additions and 398 deletions
+1 -1
View File
@@ -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.