chore: Remove unused imports

Closes #624
This commit is contained in:
Kevin Moore
2015-02-16 20:04:03 -08:00
committed by Misko Hevery
parent 6e90cacaf4
commit fa25965939
30 changed files with 1 additions and 49 deletions

View File

@ -1,6 +1,5 @@
import {describe, it, iit, ddescribe, expect, tick, async, SpyObject, beforeEach, proxy} from 'angular2/test_lib';
import {MapWrapper, ListWrapper} from 'angular2/src/facade/collection';
import {PromiseWrapper} from 'angular2/src/facade/async';
import {IMPLEMENTS, Date, DateWrapper} from 'angular2/src/facade/lang';
class TestObj {
@ -87,4 +86,4 @@ export function main() {
});
});
});
}
}