Skip to content

Commit 6cf2caa

Browse files
committed
Remove unused import
1 parent aa793f5 commit 6cf2caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrationTests/utils/harperLifecycle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import assert from 'node:assert/strict';
2-
import { spawn, ChildProcess, exec } from 'node:child_process';
2+
import { spawn, ChildProcess } from 'node:child_process';
33
import { createWriteStream, existsSync, rmSync, type WriteStream } from 'node:fs';
44
import { join } from 'node:path';
55
import { tmpdir } from 'node:os';

0 commit comments

Comments
 (0)