Skip to content

Commit

Permalink
fix: remove duplicate import (#8393)
Browse files Browse the repository at this point in the history
Co-authored-by: jesse <[email protected]>
  • Loading branch information
aswind7 and aswind7 committed Sep 4, 2023
1 parent e43ae88 commit 535a458
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmark/bench/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 535a458

Please sign in to comment.