summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2017-04-03 00:38:41 -0700
committerAlexander Early <alexander.early@gmail.com>2017-04-03 00:38:41 -0700
commit2ae34926f070cdeec38f4bcd0ad173fa6a963904 (patch)
tree97ee3f2176707d6b222192a7240a99e1885e904a
parent2857bc74eea2cd888207dfc4e9e23e23a77213bd (diff)
downloadasync-2ae34926f070cdeec38f4bcd0ad173fa6a963904.tar.gz
fix lint error
-rw-r--r--lib/waterfall.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/waterfall.js b/lib/waterfall.js
index bfcf7a4..d5245c3 100644
--- a/lib/waterfall.js
+++ b/lib/waterfall.js
@@ -1,7 +1,6 @@
import isArray from 'lodash/isArray';
import noop from 'lodash/noop';
import once from './internal/once';
-import rest from './internal/rest';
import slice from './internal/slice';
import onlyOnce from './internal/onlyOnce';