diff --git a/js/utils/general_utils.js b/js/utils/general_utils.js index c13e936e..06e6d3ee 100644 --- a/js/utils/general_utils.js +++ b/js/utils/general_utils.js @@ -1,7 +1,5 @@ 'use strict'; -import _ from 'lodash'; - /** * Takes an object and returns a shallow copy without any keys * that fail the passed in filter function.