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 json
|
||||
import itertools
|
||||
import collections
|
||||
import csv
|
||||
|
||||
|
||||
def process_log(data):
|
||||
tests = {}
|
||||
test_results = collections.defaultdict(list)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue