diff options
-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, |