Commit f349077
committed
Remove unneeded compatibility code
- replace the single use of six.moves.map with a list comprehension
- io.BytesIO is included in all versions of Python we support
- the set type is a builtin in all versions of Python we support1 parent 0385034 commit f349077
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 26 | | |
32 | 27 | | |
33 | 28 | | |
| |||
592 | 587 | | |
593 | 588 | | |
594 | 589 | | |
595 | | - | |
| 590 | + | |
596 | 591 | | |
597 | 592 | | |
598 | 593 | | |
| |||
0 commit comments