mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 18:50:06 +08:00
Lint Python files with Yapf (#1872)
This commit is contained in:
committed by
Robert Nishihara
parent
a3ddde398c
commit
74162d1492
@@ -5,5 +5,7 @@ from __future__ import print_function
|
||||
from .tfutils import TensorFlowVariables
|
||||
from .features import flush_redis_unsafe, flush_task_and_object_metadata_unsafe
|
||||
|
||||
__all__ = ["TensorFlowVariables", "flush_redis_unsafe",
|
||||
"flush_task_and_object_metadata_unsafe"]
|
||||
__all__ = [
|
||||
"TensorFlowVariables", "flush_redis_unsafe",
|
||||
"flush_task_and_object_metadata_unsafe"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user