mirror of
https://github.com/wassname/ray.git
synced 2026-08-19 12:30:27 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -29,7 +29,7 @@ logger = logging.getLogger(__name__)
|
||||
SETUP_TIME_THRESHOLD = 10
|
||||
|
||||
|
||||
class Trainable(object):
|
||||
class Trainable:
|
||||
"""Abstract class for trainable models, functions, etc.
|
||||
|
||||
A call to ``train()`` on a trainable will execute one logical iteration of
|
||||
|
||||
Reference in New Issue
Block a user