Remove unused import.

This commit is contained in:
Julien Fontanet 2015-05-29 16:11:43 +02:00
parent d01d544a0a
commit bbd79379ce

View File

@ -4,7 +4,6 @@ import forEach from 'lodash.foreach'
import includes from 'lodash.includes'
import isEmpty from 'lodash.isempty'
import isString from 'lodash.isstring'
import keys from 'lodash.keys'
import map from 'lodash.map'
import proxyRequest from 'proxy-http-request'
import XoCollection from 'xo-collection'