diff --git a/mlir/python/mlir/_mlir_libs/_mlir/ir.pyi b/mlir/python/mlir/_mlir_libs/_mlir/ir.pyi index 6c5f91d757cdc..70bca3c75d842 100644 --- a/mlir/python/mlir/_mlir_libs/_mlir/ir.pyi +++ b/mlir/python/mlir/_mlir_libs/_mlir/ir.pyi @@ -2119,7 +2119,7 @@ class MemRefType(ShapedType): """ @property def typeid(self) -> TypeID: ... - def get_strides_and_offset(self) -> tuple[list[int], list[int]]: + def get_strides_and_offset(self) -> tuple[list[int], int]: """ The strides and offset of the MemRef type. """