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:
parent
0af354ce05
commit
42265cca1c
|
@ -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';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue