From 0c3156bd43842d8f0ea54bea3fea628e8fee93d2 Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Mon, 14 Mar 2022 14:10:08 -0700 Subject: [PATCH] NFC: Remove unterminated string from Python pyi file. --- mlir/python/mlir/_mlir_libs/_mlir/ir.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/python/mlir/_mlir_libs/_mlir/ir.pyi b/mlir/python/mlir/_mlir_libs/_mlir/ir.pyi index affe54c..8bd9822 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": ... -- 2.7.4