Skip to content

Commit

Permalink
[mlir][python] NFC - Lint fix
Browse files Browse the repository at this point in the history
Followup from llvm#71597
  • Loading branch information
nicolasvasilache committed Nov 8, 2023
1 parent 9783cf4 commit 8c014e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/test/python/dialects/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def testSequenceOp(module: Module):
def testNamedSequenceOp(module: Module):
module.operation.attributes["transform.with_named_sequence"] = UnitAttr.get()
named_sequence = transform.NamedSequenceOp(
'__transform_main',
"__transform_main",
[transform.AnyOpType.get()],
[transform.AnyOpType.get()],
)
Expand Down

0 comments on commit 8c014e5

Please sign in to comment.