We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb27972 commit 6cb1265Copy full SHA for 6cb1265
1 file changed
benchmarks/cuda_bindings/benchmarks/bench_enum.py
@@ -21,7 +21,7 @@ def bench_curesult_member_access(loops: int) -> float:
21
22
t0 = time.perf_counter()
23
for _ in range(loops):
24
- _cls.CUDA_SUCCESS
+ _cls.CUDA_SUCCESS # noqa: B018
25
return time.perf_counter() - t0
26
27
0 commit comments