We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2238cec commit 83ccb38Copy full SHA for 83ccb38
1 file changed
examples/nvcc-test.py
@@ -2,7 +2,7 @@
2
import sys
3
4
import numpy as np
5
-import pycuda.autoinit
+import pycuda.autoinit # noqa: F401
6
import pycuda.driver
7
import pycuda.gpuarray
8
0 commit comments