Skip to content

Commit 83ccb38

Browse files
committed
Ruff: tag pycuda.autoinit not unused
1 parent 2238cec commit 83ccb38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/nvcc-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44
import numpy as np
5-
import pycuda.autoinit
5+
import pycuda.autoinit # noqa: F401
66
import pycuda.driver
77
import pycuda.gpuarray
88

0 commit comments

Comments
 (0)