Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Nitisastro <jonathancn@anyscale.com>
  • Loading branch information
jonathan-anyscale committed Nov 13, 2023
1 parent 39c410e commit e7e2d67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/ray/tests/accelerators/test_nvidia_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
import pytest

from ray._private.accelerators import NvidiaGPUAcceleratorManager
from mock_pynvml import DeviceHandleMock, PyNVMLMock, patch_mock_pynvml
from ray.tests.accelerators.mock_pynvml import (
DeviceHandleMock,
PyNVMLMock,
patch_mock_pynvml,
)

GPU_MOCK_DATA = [
DeviceHandleMock(
Expand Down

0 comments on commit e7e2d67

Please sign in to comment.