Fix documentation building with psutil issue (#7077)

This commit is contained in:
Simon Mo
2020-02-11 10:00:29 -08:00
committed by GitHub
parent 3d9bd64591
commit 0ddc389830
7 changed files with 35 additions and 58 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ import sys
import tempfile
import time
import psutil
import ray
import psutil # We must import psutil after ray because we bundle it with ray.
class RayTestTimeoutException(Exception):
"""Exception used to identify timeouts from test utilities."""