Skip to content

Commit

Permalink
Remove import of some
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Jun 14, 2017
1 parent a0a8351 commit 01d9635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/api/serializer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import { isEmpty, map, reduce, some } from 'lodash';
import { isEmpty, map, reduce } from 'lodash';
import { html as beautifyHtml } from 'js-beautify';

/**
Expand Down

0 comments on commit 01d9635

Please sign in to comment.