Commits

Alex Chan committed b8dd807c315
Minor Python tidies in apply-fixit-edits.py * Use `collections.defaultdict` instead of a regular dict, so we don't have to initialise the dict keys * Add edits to `edits_per_file` directly, rather than via an intermediate set * Use tuple unpacking in the final loop so it's easier to see the similarity between the unpacked variables and the tuple added on line 47