mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 21:06:26 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -65,7 +65,7 @@ class RayOutOfMemoryError(Exception):
|
||||
"these memory limits to a lower value.")
|
||||
|
||||
|
||||
class MemoryMonitor(object):
|
||||
class MemoryMonitor:
|
||||
"""Helper class for raising errors on low memory.
|
||||
|
||||
This presents a much cleaner error message to users than what would happen
|
||||
|
||||
Reference in New Issue
Block a user