mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
fix benchmark publish again (#7235)
This commit is contained in:
parent
2573d0957f
commit
935c92800f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||||
import os
|
import os
|
||||||
|
import json
|
||||||
from util import build_path
|
from util import build_path
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue