From 1e4a523fa2a4fe92bef779e7c2bdd36ee2c97358 Mon Sep 17 00:00:00 2001 From: wplan1 Date: Wed, 30 Mar 2022 11:29:12 +0800 Subject: [PATCH] delete context Signed-off-by: wplan1 --- api/@ohos.resourceManager.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/@ohos.resourceManager.d.ts b/api/@ohos.resourceManager.d.ts index e3adf351d7..270ff4875f 100644 --- a/api/@ohos.resourceManager.d.ts +++ b/api/@ohos.resourceManager.d.ts @@ -13,7 +13,6 @@ * limitations under the License. */ -import Context from './application/Context'; import { RawFileDescriptor } from './global/rawFileDescriptor'; /** -- Gitee