We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1193c05 commit 202a206Copy full SHA for 202a206
1 file changed
cuda_bindings/cuda/bindings/cufile.pyx
@@ -1458,4 +1458,3 @@ cpdef str op_status_error(int status):
1458
cdef bytes _output_
1459
_output_ = cufileop_status_error(<_OpError>status)
1460
return _output_.decode()
1461
-
0 commit comments