Skip to content

Commit 94acf09

Browse files
committed
pre-commit auto-fix
1 parent 867b58d commit 94acf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_bindings/cuda/bindings/nvml.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27420,4 +27420,4 @@ cpdef str device_get_current_clock_freqs(intptr_t device):
2742027420
current_clock_freqs[0].version = NVML_VERSION_STRUCT(sizeof(nvmlDeviceCurrentClockFreqs_v1_t), 1)
2742127421
__status__ = nvmlDeviceGetCurrentClockFreqs(<Device>device, current_clock_freqs)
2742227422
check_status(__status__)
27423-
return cpython.PyUnicode_FromString(current_clock_freqs[0].str)
27423+
return cpython.PyUnicode_FromString(current_clock_freqs[0].str)

0 commit comments

Comments
 (0)