From 639ede043cbd3d0d1e43655f87fc0520d6bb37d7 Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Fri, 22 Mar 2024 15:28:25 +0800 Subject: [PATCH] feat: remove useless import Signed-off-by: SuZhou-Joe --- src/core/server/utils/workspace.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/server/utils/workspace.ts b/src/core/server/utils/workspace.ts index 62e9181fba81..8fda466b5ec6 100644 --- a/src/core/server/utils/workspace.ts +++ b/src/core/server/utils/workspace.ts @@ -8,7 +8,6 @@ * The best practice would be using {@link Server.register} to register plugins into the hapi server * but OSD is wrappering the hapi server and the hapi server instance */ -import { Server } from '@hapi/hapi'; import { PluginsStates } from '@hapi/hapi'; import { OpenSearchDashboardsRequest, ensureRawRequest } from '../http/router';