Skip to content

Commit 4e2f2c9

Browse files
authored
Fix lint (#469)
1 parent ca3f4d6 commit 4e2f2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def helion_method(
403403
# This ensures we run autotuning even if the kernel has pre-specified configs
404404
if os.environ.get("HELION_USE_DEFAULT_CONFIG", "0") != "1":
405405
attr.settings.force_autotune = True
406-
attr.settings.static_shape = True
406+
attr.settings.static_shape = True # pyright: ignore[reportAttributeAccessIssue]
407407

408408
def _inner() -> Callable[..., Any] | object:
409409
# BENCHMARK HOT PATH, do not add any new logic here

0 commit comments

Comments
 (0)