Commit d238ab5
Remove bundled lib-typing (#3337)
This gets rid of code duplication and makes sure mypy works with the released version of `typing`. This doesn't fix any immediate issue, but I saw some comments in the bug tracker saying that we should be able to get rid of `lib-typing` eventually.
There is a minor downside: To run mypy tests locally, you will now have to have a Python 2.7 installed that has `typing` available.1 parent e1fcab8 commit d238ab5
File tree
13 files changed
+28
-8840
lines changed- lib-typing
- 2.7
- 3.2
- mypy/test
- test-data/unit
13 files changed
+28
-8840
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments