fix linting (#6322)

This commit is contained in:
Philipp Moritz
2019-12-01 14:06:35 -08:00
committed by Robert Nishihara
parent 10d49a3f6f
commit 22fa9b564b
+1
View File
@@ -162,6 +162,7 @@ def call_ray_start(request):
# Kill the Ray cluster.
subprocess.check_output(["ray", "stop"])
@pytest.fixture
def call_ray_stop_only():
yield