[Mlir-commits] [mlir] [MLIR][Python] add type hints for accessors (PR #158455)
Jacques Pienaar
llvmlistbot at llvm.org
Wed Sep 17 02:48:50 PDT 2025
================
@@ -44,7 +44,7 @@ _ods_ir = _ods_cext.ir
_ods_cext.globals.register_traceback_file_exclusion(__file__)
import builtins
-from typing import Sequence as _Sequence, Union as _Union
+from typing import Sequence as _Sequence, Union as _Union, Optional as _Optional
----------------
jpienaar wrote:
Yeah we need to probably restart the discussion to bump to newer minimum version as our current one is very old ...
https://github.com/llvm/llvm-project/pull/158455
More information about the Mlir-commits
mailing list