From 535a4589998041cf2e3dfcac462a51479c1d13a3 Mon Sep 17 00:00:00 2001 From: giovanni <854413241@qq.com> Date: Mon, 4 Sep 2023 18:42:46 +0800 Subject: [PATCH] fix: remove duplicate import (#8393) Co-authored-by: jesse --- benchmark/bench/render.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/benchmark/bench/render.js b/benchmark/bench/render.js index 8b0e30ad7..ac733bdea 100644 --- a/benchmark/bench/render.js +++ b/benchmark/bench/render.js @@ -5,9 +5,8 @@ import http from 'node:http'; import path from 'node:path'; import { fileURLToPath } from 'node:url'; import { waitUntilBusy } from 'port-authority'; -import { calculateStat } from './_util.js'; +import { calculateStat, astroBin } from './_util.js'; import { renderFiles } from '../make-project/render-default.js'; -import { astroBin } from './_util.js'; const port = 4322;