Skip to content

Commit 6cb1265

Browse files
committed
linting
1 parent bb27972 commit 6cb1265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/cuda_bindings/benchmarks/bench_enum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def bench_curesult_member_access(loops: int) -> float:
2121

2222
t0 = time.perf_counter()
2323
for _ in range(loops):
24-
_cls.CUDA_SUCCESS
24+
_cls.CUDA_SUCCESS # noqa: B018
2525
return time.perf_counter() - t0
2626

2727

0 commit comments

Comments
 (0)