style(ivy): remove unused import (#25862)

PR Close #25862
This commit is contained in:
Pete Bacon Darwin 2018-09-03 15:45:34 +01:00 committed by Ben Lesh
parent 6f1100a7e9
commit f76a9ad156
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import * as fs from 'fs';
import * as ts from 'typescript';
import {BaseDefDecoratorHandler, ComponentDecoratorHandler, DirectiveDecoratorHandler, InjectableDecoratorHandler, NgModuleDecoratorHandler, PipeDecoratorHandler, ResourceLoader, SelectorScopeRegistry} from '../../ngtsc/annotations';
import {Decorator} from '../../ngtsc/host';
import {CompileResult, DecoratorHandler} from '../../ngtsc/transform';
import {NgccReflectionHost} from './host/ngcc_host';