From 14dc3debbdc15dd9c2d9fd9380e2fa47745fe8d0 Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 12 May 2023 17:34:45 +0800 Subject: [PATCH] remove unused import --- src/manage/WalletManage.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/manage/WalletManage.ts b/src/manage/WalletManage.ts index b5fec86..783eec5 100644 --- a/src/manage/WalletManage.ts +++ b/src/manage/WalletManage.ts @@ -9,11 +9,9 @@ import { googleAuth, tikTokAuth, twitterAuth, - uploadInfoForWebLogin, uploadWalletInfo, } from "../api/WalletApi"; import { WalletEnv } from "../config/WalletEnv"; -import { md5Hash, sha1Hash } from "../util/crypto.util"; import { retry } from "../util/promise.util"; import { MAX_TRY_COUNT, MAX_UPLOAD_COUNT } from "../config/constants"; import { ZError } from "../common/ZError";