Skip to content

Commit 36d8c2a

Browse files
author
John Doe
committed
refactor: remove unused import
1 parent d86726d commit 36d8c2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/utils/src/lib/execute-process.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
spawn,
77
} from 'node:child_process';
88
import type { Readable, Writable } from 'node:stream';
9-
import { isVerbose } from './env.js';
109
import { formatCommandLog } from './format-command-log.js';
1110
import { ui } from './logging.js';
1211
import { calcDuration } from './reports/utils.js';

0 commit comments

Comments
 (0)