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.
2 parents bf47403 + de34713 commit b02924eCopy full SHA for b02924e
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