[Mlir-commits] [mlir] 0c3156b - NFC: Remove unterminated string from Python pyi file.

Stella Laurenzo llvmlistbot at llvm.org
Mon Mar 14 14:10:52 PDT 2022


Author: Stella Laurenzo
Date: 2022-03-14T14:10:38-07:00
New Revision: 0c3156bd43842d8f0ea54bea3fea628e8fee93d2

URL: https://github.com/llvm/llvm-project/commit/0c3156bd43842d8f0ea54bea3fea628e8fee93d2
DIFF: https://github.com/llvm/llvm-project/commit/0c3156bd43842d8f0ea54bea3fea628e8fee93d2.diff

LOG: NFC: Remove unterminated string from Python pyi file.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/python/mlir/_mlir_libs/_mlir/ir.pyi b/mlir/python/mlir/_mlir_libs/_mlir/ir.pyi
index affe54c3e11ba..8bd9822f4ce9d 100644
--- a/mlir/python/mlir/_mlir_libs/_mlir/ir.pyi
+++ b/mlir/python/mlir/_mlir_libs/_mlir/ir.pyi
@@ -168,7 +168,7 @@ class Attribute:
     @property
     def _CAPIPtr(self) -> object: ...
     @property
-    def context(self) -> "Context"": ...
+    def context(self) -> "Context": ...
     @property
     def type(self) -> "Type": ...
 


        


More information about the Mlir-commits mailing list