chore: remove unused imports (#1534)

This commit is contained in:
Caleb
2018-07-28 14:33:42 -06:00
committed by Shawn Erquhart
parent 99d4b2b50c
commit 4f6e8cea44
44 changed files with 33 additions and 83 deletions

View File

@ -1,5 +1,4 @@
import { fromJS } from 'immutable';
import { remove, attempt, isError, take } from 'lodash';
import { attempt, isError, take } from 'lodash';
import uuid from 'uuid/v4';
import { EditorialWorkflowError } from 'netlify-cms-lib-util';
import { Cursor, CURSOR_COMPATIBILITY_SYMBOL } from 'netlify-cms-lib-util';