You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
0 commit comments