X Tutup
Skip to content

Commit 4bc3c5c

Browse files
committed
Remove unused import
1 parent 96ee444 commit 4bc3c5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-tests/api-extractor-scenarios/src/runScenarios.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
22
// See LICENSE in the project root for license information.
33

4-
import * as process from 'process';
54
import { JsonFile, Executable, FileSystem } from '@microsoft/node-core-library';
65

76
function executeCommand(command: string, args: string[]): void {

0 commit comments

Comments
 (0)
X Tutup