From 46a4f73197ad62809b348d8a5b3839fca0e85205 Mon Sep 17 00:00:00 2001 From: pgayvallet Date: Thu, 12 Dec 2019 10:20:00 +0100 Subject: [PATCH] remove unused import --- src/core/server/config/deprecation/core_deprecations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/server/config/deprecation/core_deprecations.ts b/src/core/server/config/deprecation/core_deprecations.ts index f9f356411acf4..6a401ec6625a2 100644 --- a/src/core/server/config/deprecation/core_deprecations.ts +++ b/src/core/server/config/deprecation/core_deprecations.ts @@ -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) => {