diff options
Diffstat (limited to 'tools/build_benchmark_jsons.py')
-rwxr-xr-x | tools/build_benchmark_jsons.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build_benchmark_jsons.py b/tools/build_benchmark_jsons.py index 164eb9746..f9f86c754 100755 --- a/tools/build_benchmark_jsons.py +++ b/tools/build_benchmark_jsons.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import os +import json from util import build_path |