mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 23:08:38 +08:00
Remove (object) from class declarations. (#6658)
This commit is contained in:
committed by
Philipp Moritz
parent
f1b56fa5ee
commit
39a3459886
@@ -5,7 +5,7 @@ from __future__ import print_function
|
||||
import ray
|
||||
|
||||
|
||||
class _NullLogSpan(object):
|
||||
class _NullLogSpan:
|
||||
"""A log span context manager that does nothing"""
|
||||
|
||||
def __enter__(self):
|
||||
|
||||
Reference in New Issue
Block a user