mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Fix remaining flake8 warnings
This commit is contained in:
parent
c953931621
commit
d01648d637
28 changed files with 328 additions and 310 deletions
|
@ -29,6 +29,7 @@ def load_data(filename):
|
|||
results[key] = round(totals[key] / counts[key])
|
||||
return results
|
||||
|
||||
|
||||
data1 = load_data(args.file1)
|
||||
data2 = load_data(args.file2)
|
||||
keys = set(data1.keys()).union(data2.keys())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue