summaryrefslogtreecommitdiffstats
path: root/python/mypy/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/mypy/README')
-rw-r--r--python/mypy/README2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/mypy/README b/python/mypy/README
index fc2ac581d9..aac9064f09 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.