Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Dec 12, 2019
1 parent b44d9e1 commit 46a4f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/config/deprecation/core_deprecations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

import _, { has, get } from 'lodash';
import { has, get } from 'lodash';
import { ConfigDeprecationProvider, ConfigDeprecation } from './types';

const configPathDeprecation: ConfigDeprecation = (settings, fromPath, log) => {
Expand Down

0 comments on commit 46a4f73

Please sign in to comment.