From c29d2ad2e9b5d7a41e20576f588061bceae1af3e Mon Sep 17 00:00:00 2001 From: Sista Seetaram <65669128+sistaseetaram@users.noreply.github.com> Date: Mon, 4 Oct 2021 19:05:34 +0530 Subject: Indent Update #20019 Co-authored-by: Bas van Beek <43369155+BvB93@users.noreply.github.com> --- numpy/typing/mypy_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/typing/mypy_plugin.py b/numpy/typing/mypy_plugin.py index 5faed12fc..5ac75f94d 100644 --- a/numpy/typing/mypy_plugin.py +++ b/numpy/typing/mypy_plugin.py @@ -132,7 +132,7 @@ if TYPE_CHECKING or MYPY_EX is None: if getattr(value, "id", None) == id: return i raise ValueError("Failed to identify a `ImportFrom` instance " - f"with the following id: {id!r}") + f"with the following id: {id!r}") def _override_imports( file: MypyFile, -- cgit v1.2.1