Fix a wrong import in test_performance.py (#12734)

This commit is contained in:
Ruoyun Huang
2020-12-10 14:26:21 -08:00
committed by GitHub
parent 231ecffa3d
commit 2e084959a1
+1 -1
View File
@@ -4,7 +4,7 @@ import numpy as np
import time
import ray
from ray.tests.cluster_utils import Cluster
from ray.cluster_utils import Cluster
logger = logging.getLogger(__name__)