Skip to content

Commit 22eb1e8

Browse files
Fix lint
1 parent 47534d2 commit 22eb1e8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/accounts-controller/src/AccountsController.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@ import type {
3333
} from '@metamask/snaps-controllers';
3434
import type { SnapId } from '@metamask/snaps-sdk';
3535
import type { Snap } from '@metamask/snaps-utils';
36-
import {
37-
type Keyring,
38-
type Json,
39-
type CaipChainId,
40-
isCaipChainId,
41-
} from '@metamask/utils';
36+
import { type CaipChainId, isCaipChainId } from '@metamask/utils';
4237

4338
import type { MultichainNetworkControllerNetworkDidChangeEvent } from './types';
4439
import {

0 commit comments

Comments
 (0)