Skip to content

Commit

Permalink
chore(autocomplete): remove unused startWith import (#4288)
Browse files Browse the repository at this point in the history
  • Loading branch information
epelc authored and mmalerba committed Apr 27, 2017
1 parent 5586864 commit edcbc0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/autocomplete/autocomplete-trigger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import {Subscription} from 'rxjs/Subscription';
import 'rxjs/add/observable/merge';
import 'rxjs/add/observable/fromEvent';
import 'rxjs/add/operator/filter';
import 'rxjs/add/operator/startWith';
import 'rxjs/add/operator/switchMap';

/**
Expand Down

0 comments on commit edcbc0d

Please sign in to comment.