From b980a47879076c030f642abc715a9f7ef6f39a35 Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Sun, 29 Jun 2025 18:09:15 +0900 Subject: refactor: remove imported multiple times (#1846) --- integration-tests/run-tests.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'integration-tests') diff --git a/integration-tests/run-tests.js b/integration-tests/run-tests.js index 1573ab59..1e8ccad9 100644 --- a/integration-tests/run-tests.js +++ b/integration-tests/run-tests.js @@ -4,8 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -import { spawnSync } from 'child_process'; -import { spawn } from 'child_process'; +import { spawnSync, spawn } from 'child_process'; import { mkdirSync, rmSync, createWriteStream } from 'fs'; import { join, dirname, basename } from 'path'; import { fileURLToPath } from 'url'; -- cgit v1.2.3