Skip to content

Commit 929d483

Browse files
committed
refactor(@angular/cli): remove unused imports
Remove unused imports from command-module file.
1 parent 434979a commit 929d483

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/angular/cli/src/command-builder/command-module.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@
66
* found in the LICENSE file at https://angular.dev/license
77
*/
88

9-
import { logging, schema, strings } from '@angular-devkit/core';
9+
import { logging, schema } from '@angular-devkit/core';
1010
import { readFileSync } from 'fs';
1111
import * as path from 'path';
1212
import yargs, {
13-
Arguments,
1413
ArgumentsCamelCase,
1514
Argv,
1615
CamelCaseKey,
17-
PositionalOptions,
1816
CommandModule as YargsCommandModule,
19-
Options as YargsOptions,
2017
} from 'yargs';
2118
import { Parser as yargsParser } from 'yargs/helpers';
2219
import { getAnalyticsUserId } from '../analytics/analytics';

0 commit comments

Comments
 (0)