From 935c92800f0864c7076cd2e30130fe46fac7e8a5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 28 Aug 2020 14:06:20 -0400 Subject: fix benchmark publish again (#7235) --- tools/build_benchmark_jsons.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/build_benchmark_jsons.py') 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 -- cgit v1.2.3