NFC: Remove unterminated string from Python pyi file.
authorStella Laurenzo <laurenzo@google.com>
Mon, 14 Mar 2022 21:10:08 +0000 (14:10 -0700)
committerStella Laurenzo <laurenzo@google.com>
Mon, 14 Mar 2022 21:10:38 +0000 (14:10 -0700)
mlir/python/mlir/_mlir_libs/_mlir/ir.pyi

index affe54c..8bd9822 100644 (file)
@@ -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": ...