summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2020-11-25 13:51:58 +0100
committerBas van Beek <b.f.van.beek@vu.nl>2020-12-22 17:24:04 +0100
commit0917df2953ebe716c45c92671cb652eacd7dd8fd (patch)
treeeee817397be2b30faf2aa5bd12e438af6b170f52
parentdd7e9ad06a2696378f1b501ad44bb3a5094e5a25 (diff)
downloadnumpy-0917df2953ebe716c45c92671cb652eacd7dd8fd.tar.gz
DOC: Add a docstring to the mypy plugin entry-point
-rw-r--r--numpy/typing/mypy_plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/typing/mypy_plugin.py b/numpy/typing/mypy_plugin.py
index 023ab5fd1..5110e3707 100644
--- a/numpy/typing/mypy_plugin.py
+++ b/numpy/typing/mypy_plugin.py
@@ -55,4 +55,5 @@ class _NumpyPlugin(Plugin):
def plugin(version: str) -> t.Type[_NumpyPlugin]:
+ """An entry-point for mypy."""
return _NumpyPlugin