Skip to content

Commit a4c1e46

Browse files
committed
cuda.core: drop unused intptr_t import in _module.pyx
Satisfy cython-lint after switching get_module() to as_py(). Signed-off-by: Jinfeng <jinfengl@nvidia.com>
1 parent ded1a6b commit a4c1e46

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cuda_core/cuda/core/_module.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ from __future__ import annotations
66

77
cimport cython
88
from libc.stddef cimport size_t
9-
from libc.stdint cimport intptr_t
109
from libcpp.mutex cimport py_safe_call_once
1110

1211
from collections import namedtuple

0 commit comments

Comments
 (0)