Skip to content

Commit 6f59d2f

Browse files
committed
linting
1 parent fa1292b commit 6f59d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tesseract_jax/primitive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def split_args(
4545
)
4646
array_args = tuple(
4747
arg
48-
for arg, is_static in zip(flat_args, is_static_mask, strict=True) # fmt: skip
48+
for arg, is_static in zip(flat_args, is_static_mask, strict=True)
4949
if not is_static
5050
)
5151

0 commit comments

Comments
 (0)