Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit c97fb8b

Browse files
[mlir] NFC: add missing 'FloatType' to core Python stub file (#105554)
The stub class for `FloatType` is present in `ir.pyi`, but it is missing from the `__all__` export list.
1 parent 230423a commit c97fb8b

File tree

1 file changed

+1
-0
lines changed
  • mlir/python/mlir/_mlir_libs/_mlir

1 file changed

+1
-0
lines changed

mlir/python/mlir/_mlir_libs/_mlir/ir.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ __all__ = [
129129
"Float8E5M2Type",
130130
"FloatAttr",
131131
"FloatTF32Type",
132+
"FloatType",
132133
"FunctionType",
133134
"IndexType",
134135
"InferShapedTypeOpInterface",

0 commit comments

Comments
 (0)