mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:06:25 +08:00
Fix a wrong import in test_performance.py (#12734)
This commit is contained in:
@@ -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__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user