Skip to content

Commit

Permalink
[mlir] NFC: add missing 'FloatType' to core Python stub file (#105554)
Browse files Browse the repository at this point in the history
The stub class for `FloatType` is present in `ir.pyi`, but it is missing
from the `__all__` export list.
  • Loading branch information
christopherbate authored Aug 26, 2024
1 parent c503758 commit 92e00af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlir/python/mlir/_mlir_libs/_mlir/ir.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ __all__ = [
"Float8E5M2Type",
"FloatAttr",
"FloatTF32Type",
"FloatType",
"FunctionType",
"IndexType",
"InferShapedTypeOpInterface",
Expand Down

0 comments on commit 92e00af

Please sign in to comment.