Skip to content

Commit 602ce8f

Browse files
committed
fix: lint fix
1 parent b746565 commit 602ce8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/multichain-account-service/src/MultichainAccountService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { EthAccountType, SolAccountType } from '@metamask/keyring-api';
77
import { type KeyringObject } from '@metamask/keyring-controller';
88
import type { EthKeyring } from '@metamask/keyring-internal-api';
99

10-
import type { CreateWalletParams, MultichainAccountServiceOptions } from './MultichainAccountService';
10+
import type { MultichainAccountServiceOptions } from './MultichainAccountService';
1111
import { MultichainAccountService } from './MultichainAccountService';
1212
import type { Bip44AccountProvider } from './providers';
1313
import { AccountProviderWrapper } from './providers/AccountProviderWrapper';

0 commit comments

Comments
 (0)