refactor(ngcc): remove unused import (#42062)

This import is not used in the file, so can be removed.

PR Close #42062
This commit is contained in:
Pete Bacon Darwin 2021-06-30 14:19:44 +01:00 committed by atscott
parent 0af354ce05
commit 42265cca1c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/
import {DepGraph} from 'dependency-graph';
import {DtsProcessing, PartiallyOrderedTasks, Task} from '../../src/execution/tasks/api';
import {DtsProcessing, PartiallyOrderedTasks} from '../../src/execution/tasks/api';
import {EntryPoint, EntryPointJsonProperty} from '../../src/packages/entry_point';
/**