[Mlir-commits] [mlir] [MLIR][Python] Support dialect conversion in python bindings (PR #177782)
Maksim Levental
llvmlistbot at llvm.org
Sun Jan 25 15:25:54 PST 2026
================
@@ -249,7 +251,7 @@ def _dispatch_mixed_values(
def _get_value_or_attribute_value(
- value_or_attr: _Union[any, Attribute, ArrayAttr]
+ value_or_attr: _Union[any, Attribute, ArrayAttr],
----------------
makslevental wrote:
same for the rest of these...
https://github.com/llvm/llvm-project/pull/177782
More information about the Mlir-commits
mailing list