diff options
author | Sista Seetaram <65669128+sistaseetaram@users.noreply.github.com> | 2021-10-04 19:05:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 19:05:34 +0530 |
commit | c29d2ad2e9b5d7a41e20576f588061bceae1af3e (patch) | |
tree | 5e1c8e20efa3b39064d524f00d4e7db51b32357e | |
parent | 5ec9e4dce79dfea3ebb5be253d55ebc0ba78a5aa (diff) | |
download | numpy-c29d2ad2e9b5d7a41e20576f588061bceae1af3e.tar.gz |
Indent Update #20019
Co-authored-by: Bas van Beek <43369155+BvB93@users.noreply.github.com>
-rw-r--r-- | numpy/typing/mypy_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |