Skip to content

Commit 92e00af

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 c503758 commit 92e00af

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)