refactor: remove unused imports

This commit is contained in:
Victor Berchet
2016-08-11 15:24:35 -07:00
committed by Vikram Subramanian
parent 91dd672aa4
commit e60c765280
5 changed files with 5 additions and 8 deletions

View File

@ -7,7 +7,7 @@
*/
import {ListWrapper, StringMapWrapper} from '../facade/collection';
import {isArray, isPresent} from '../facade/lang';
import {isPresent} from '../facade/lang';
import {FILL_STYLE_FLAG} from './animation_constants';
import {AUTO_STYLE} from './metadata';