Skip to content

Commit 9508fa1

Browse files
committed
Python lint
1 parent 70a626c commit 9508fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/python/ir/attributes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ def testStridedLayoutAttr():
669669
# CHECK: strides are dynamic: [True, True, True]
670670
print(f"strides are dynamic: {[s == dynamic for s in attr.strides]}")
671671

672+
672673
# CHECK-LABEL: TEST: testContiguousLayoutAttr
673674
@run
674675
def testContiguousLayoutAttr():

0 commit comments

Comments
 (0)