remove unused import

This commit is contained in:
zhl 2023-05-12 17:34:45 +08:00
parent 222f84307a
commit 14dc3debbd

View File

@ -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";