mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix tidy issues in wpt-timing.py.
This commit is contained in:
parent
ed715fc16f
commit
5867e115c2
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import json
|
import json
|
||||||
import itertools
|
|
||||||
import collections
|
import collections
|
||||||
import csv
|
import csv
|
||||||
|
|
||||||
|
|
||||||
def process_log(data):
|
def process_log(data):
|
||||||
tests = {}
|
tests = {}
|
||||||
test_results = collections.defaultdict(list)
|
test_results = collections.defaultdict(list)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue