We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apply-fixit-edits
1 parent 69ff5be commit de34713Copy full SHA for de34713
utils/apply-fixit-edits.py
@@ -46,7 +46,7 @@ def apply_edits(path):
46
text = ed.get("text", "")
47
edits_per_file[fname].append((offset, length, text))
48
49
- for fname, edits in edits_per_file.iteritems():
+ for fname, edits in edits_per_file.items():
50
print('Updating', fname)
51
edits.sort(reverse=True)
52
with open(fname) as f:
0 commit comments