Skip to content

Commit 936185c

Browse files
committed
fix lint
1 parent 5026a6c commit 936185c

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/SmartTransactionsController.test.ts

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ import {
66
} from '@metamask/controller-utils';
77
import {
88
Messenger,
9-
MessengerActions,
10-
MessengerEvents,
11-
MockAnyNamespace,
129
MOCK_ANY_NAMESPACE,
10+
type MessengerActions,
11+
type MessengerEvents,
12+
type MockAnyNamespace,
1313
} from '@metamask/messenger';
1414
import {
15-
type NetworkControllerGetNetworkClientByIdAction,
16-
type NetworkControllerGetStateAction,
17-
type NetworkControllerStateChangeEvent,
1815
NetworkStatus,
1916
RpcEndpointType,
2017
type NetworkState,
@@ -46,10 +43,6 @@ import {
4643
getDefaultSmartTransactionsControllerState,
4744
type SmartTransactionsControllerMessenger,
4845
} from './SmartTransactionsController';
49-
import type {
50-
SmartTransactionsControllerActions,
51-
SmartTransactionsControllerEvents,
52-
} from './SmartTransactionsController';
5346
import type { SmartTransaction, UnsignedTransaction, Hex } from './types';
5447
import { SmartTransactionStatuses, ClientId } from './types';
5548
import * as utils from './utils';

0 commit comments

Comments
 (0)