Skip to content

Commit 2a64078

Browse files
committed
chore: remove unused import
1 parent 5c6d1c5 commit 2a64078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/cli/install/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { flags, FlagsConfig, SfdxCommand, UX } from '@salesforce/command';
1111
import { fs, Messages } from '@salesforce/core';
1212
import { ensure, Nullable } from '@salesforce/ts-types';
1313
import got from 'got';
14-
import { exec, which } from 'shelljs';
14+
import { exec } from 'shelljs';
1515
import * as chalk from 'chalk';
1616
import stripAnsi = require('strip-ansi');
1717
import { Channel, CLI, ServiceAvailability } from '../../../types';

0 commit comments

Comments
 (0)