Skip to content

Commit f545879

Browse files
committed
chore: remove redundant import
1 parent 9b475a3 commit f545879

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/seedless-onboarding-controller/src/SeedlessOnboardingController.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ import {
1212
TOPRFErrorCode,
1313
TOPRFError,
1414
} from '@metamask/toprf-secure-backup';
15-
import {
16-
base64ToBytes,
17-
bytesToBase64,
18-
stringToBytes,
19-
remove0x,
20-
bigIntToHex,
21-
} from '@metamask/utils';
15+
import { base64ToBytes, bytesToBase64, bigIntToHex } from '@metamask/utils';
2216
import { secp256k1 } from '@noble/curves/secp256k1';
2317
import { Mutex } from 'async-mutex';
2418

0 commit comments

Comments
 (0)