mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Making test-tidy happy.
This commit is contained in:
parent
646d9c8988
commit
bc07d99391
1 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,7 @@ parser.add_argument("file2", help="the second output json from runner")
|
|||
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
def load_data(filename):
|
||||
with open(filename, 'r') as f:
|
||||
results = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue