Skip to content

Commit 441ec23

Browse files
committed
chore: lint
1 parent 9b0fce0 commit 441ec23

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

packages/multichain-account-service/src/providers/SnapAccountProvider.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { assertIsBip44Account } from '@metamask/account-api';
22
import type { Bip44Account } from '@metamask/account-api';
33
import type { TraceCallback, TraceRequest } from '@metamask/controller-utils';
4-
import type { SnapKeyring as SnapKeyringV2, isSnapKeyring } from '@metamask/eth-snap-keyring/v2';
4+
import type { SnapKeyring as SnapKeyringV2 } from '@metamask/eth-snap-keyring/v2';
5+
import { isSnapKeyring } from '@metamask/eth-snap-keyring/v2';
56
import {
67
AccountCreationType,
78
assertCreateAccountOptionIsSupported,

packages/snap-account-service/src/SnapAccountService.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ import type {
33
SnapKeyring as LegacySnapKeyring,
44
SnapMessage,
55
} from '@metamask/eth-snap-keyring';
6-
import { SnapKeyring, SnapKeyringState, isSnapKeyring } from '@metamask/eth-snap-keyring/v2';
6+
import {
7+
SnapKeyring,
8+
SnapKeyringState,
9+
isSnapKeyring,
10+
} from '@metamask/eth-snap-keyring/v2';
711
import { KeyringEvent } from '@metamask/keyring-api';
8-
import { Keyring, KeyringType } from '@metamask/keyring-api/v2';
12+
import { KeyringType } from '@metamask/keyring-api/v2';
913
import type {
1014
KeyringControllerGetStateAction,
1115
KeyringControllerStateChangeEvent,

0 commit comments

Comments
 (0)