[courier] remove unused import

This commit is contained in:
spalger 2016-10-04 16:58:52 -07:00
parent 5a81f53306
commit 4ecc73f902

View file

@ -1,4 +1,4 @@
import _, { defaults } from 'lodash';
import _ from 'lodash';
import NormalizeSortRequestProvider from './_normalize_sort_request';
import rootSearchSource from './_root_search_source';