We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a7ab4 commit 6983d95Copy full SHA for 6983d95
numba_cuda/numba/cuda/utils.py
@@ -34,6 +34,8 @@
34
35
from numba.cuda.core import config
36
37
+from collections.abc import Sequence
38
+
39
PYVERSION = config.PYVERSION
40
41
0 commit comments