summaryrefslogtreecommitdiff
path: root/lib/auto.js
diff options
context:
space:
mode:
authorFederico Brigante <github@bfred.it>2018-04-19 18:00:01 +0700
committerFederico Brigante <github@bfred.it>2018-04-19 18:33:23 +0700
commit195940e3ce3387e45557f20d13bf11af12c92b0b (patch)
tree92a2e34b1a204e002715d55c5ee68eb050b17772 /lib/auto.js
parent1f6bc2dba77c6c3ba0341907775492d54b0a3251 (diff)
downloadasync-195940e3ce3387e45557f20d13bf11af12c92b0b.tar.gz
Drop noop
Diffstat (limited to 'lib/auto.js')
-rw-r--r--lib/auto.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/auto.js b/lib/auto.js
index 2139931..a6150aa 100644
--- a/lib/auto.js
+++ b/lib/auto.js
@@ -1,4 +1,4 @@
-import noop from 'lodash/noop';
+import noop from './internal/noop';
import forOwn from './internal/forOwn';
import slice from './internal/slice';