diff options
Diffstat (limited to 'python/mypy')
-rw-r--r-- | python/mypy/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/mypy/README b/python/mypy/README index fc2ac581d9ed..aac9064f0975 100644 --- a/python/mypy/README +++ b/python/mypy/README @@ -7,5 +7,3 @@ fall back to dynamic typing when static typing is not convenient, such as for legacy code. This (source) is downloaded from pypi.org/projects/mypy as the mypi github site does not have a complete sourcecode zip. - -This requires typing-extensions created with python3 present. |