Skip to content

Commit 76089e6

Browse files
committed
format
1 parent 2ee77b1 commit 76089e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test/unit/runtime/test_autotuner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def worker():
490490
try:
491491
_kernel[grid](dst, src, N)
492492
results.append(None)
493-
except Exception as exc: # pragma: no cover - captured for assertions
493+
except Exception as exc:
494494
results.append(exc)
495495

496496
threads = [threading.Thread(target=worker) for _ in range(num_threads)]

0 commit comments

Comments
 (0)