Skip to content

Commit 8c014e5

Browse files
[mlir][python] NFC - Lint fix
Followup from #71597
1 parent 9783cf4 commit 8c014e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/python/dialects/transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def testSequenceOp(module: Module):
6363
def testNamedSequenceOp(module: Module):
6464
module.operation.attributes["transform.with_named_sequence"] = UnitAttr.get()
6565
named_sequence = transform.NamedSequenceOp(
66-
'__transform_main',
66+
"__transform_main",
6767
[transform.AnyOpType.get()],
6868
[transform.AnyOpType.get()],
6969
)

0 commit comments

Comments
 (0)