Commit 2c10fa5
committed
Add --all-imports option to futurize. Now by default again fewer imports are added
1 parent c7694cd commit 2c10fa5Copy full SHA for 2c10fa5
3 files changed
+25-35Lines changed: 25 additions & 35 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- libfuturize
- fixes2
Expand file treeCollapse file tree
Open diff view settings
Collapse file
libfuturize/fixes2/__init__.py
Copy file name to clipboardExpand all lines: libfuturize/fixes2/__init__.py+2-4Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
| 40 | + |
40 | 41 | |
41 | 42 | |
42 | 43 | |
| ||
64 | 65 | |
65 | 66 | |
66 | 67 | |
67 | | - |
68 | 68 | |
69 | 69 | |
70 | 70 | |
| ||
73 | 73 | |
74 | 74 | |
75 | 75 | |
76 | | - |
77 | | - |
78 | 76 | |
79 | 77 | |
80 | 78 | |
|
Collapse file
libfuturize/fixes2/fix_unicode_literals_import.py
Copy file name to clipboardExpand all lines: libfuturize/fixes2/fix_unicode_literals_import.py-12Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | 6 | |
19 | 7 | |
20 | 8 | |
|
Collapse file
+23-19Lines changed: 23 additions & 19 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
84 | 84 | |
85 | 85 | |
86 | 86 | |
| 87 | + |
| 88 | + |
87 | 89 | |
88 | 90 | |
89 | 91 | |
| ||
128 | 130 | |
129 | 131 | |
130 | 132 | |
131 | | - |
132 | | - |
133 | 133 | |
134 | 134 | |
135 | 135 | |
136 | 136 | |
137 | 137 | |
138 | | - |
139 | 138 | |
140 | 139 | |
141 | 140 | |
| ||
168 | 167 | |
169 | 168 | |
170 | 169 | |
171 | | - |
| 170 | + |
| 171 | + |
| 172 | + |
172 | 173 | |
173 | 174 | |
174 | 175 | |
| ||
177 | 178 | |
178 | 179 | |
179 | 180 | |
180 | | - |
181 | | - |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
182 | 197 | |
183 | 198 | |
184 | 199 | |
185 | | - |
186 | | - |
187 | | - |
188 | | - |
189 | | - |
190 | | - |
191 | | - |
192 | | - |
193 | | - |
194 | | - |
195 | | - |
196 | | - |
197 | | - |
| 200 | + |
| 201 | + |
198 | 202 | |
199 | 203 | |
200 | 204 | |
|
0 commit comments