From a7156e29a1128e49a3ec28dfeab2c3dff1d4e962 Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Wed, 5 Aug 2015 08:39:42 -0700 Subject: [PATCH] Fix lint --- lib/update.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/update.js b/lib/update.js index 4b025d3..9db9271 100644 --- a/lib/update.js +++ b/lib/update.js @@ -1,7 +1,6 @@ import reduce from 'lodash/collection/reduce'; import isEmpty from 'lodash/lang/isEmpty'; import assign from 'lodash/object/assign'; -import curry from 'lodash/function/curry'; import wrap from './wrap'; function resolveUpdates(updates, object = {}) {