Skip to content

Commit b20ee4b

Browse files
committed
Add missing import
1 parent 8c4e75b commit b20ee4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cuda_core/cuda/core/experimental/_event.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ def device(self) -> Device:
218218
219219
"""
220220

221+
from cuda.core.experimental._device import Device # avoid circular import
222+
221223
return Device(self._device_id)
222224

223225
@property

0 commit comments

Comments
 (0)