diff --git a/src/actions/__tests__/config.spec.js b/src/actions/__tests__/config.spec.js index 128726b7c5aa..f32f2d441eb3 100644 --- a/src/actions/__tests__/config.spec.js +++ b/src/actions/__tests__/config.spec.js @@ -1,6 +1,4 @@ -import { get } from 'lodash'; import { fromJS } from 'immutable'; -import { get, includes } from 'lodash'; import { applyDefaults, validateConfig } from '../config'; describe('config', () => {