Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Prev Previous commit
Next Next commit
Lint
  • Loading branch information
gantunesr committed May 12, 2023
commit 6a1ed26fe203cbfc09243ff37f73d18c28859d7a
2 changes: 1 addition & 1 deletion src/KeyringController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as encryptorUtils from '@metamask/browser-passworder';
import HDKeyring from '@metamask/eth-hd-keyring';
import { normalize as normalizeToHex } from '@metamask/eth-sig-util';
import SimpleKeyring from '@metamask/eth-simple-keyring';
import { remove0x, isValidJson } from '@metamask/utils';
import { remove0x } from '@metamask/utils';
import type {
Hex,
Json,
Expand Down