Skip to content

Commit 7ecf950

Browse files
committed
Fix linting
1 parent 14e5348 commit 7ecf950

File tree

1 file changed

+1
-1
lines changed
  • packages/transaction-controller/src

1 file changed

+1
-1
lines changed

packages/transaction-controller/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { AccountsController } from '@metamask/accounts-controller';
33
import type EthQuery from '@metamask/eth-query';
44
import type { GasFeeState } from '@metamask/gas-fee-controller';
55
import type { NetworkClientId, Provider } from '@metamask/network-controller';
6-
import type { Hex, Json, JsonRpcRequest } from '@metamask/utils';
6+
import type { Hex, Json } from '@metamask/utils';
77
import type { Operation } from 'fast-json-patch';
88

99
/**

0 commit comments

Comments
 (0)