Skip to content

Commit a86439d

Browse files
Fix lint
1 parent 510491c commit a86439d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/assets-controllers/src/AccountTrackerController.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
type NetworkClientId,
66
type NetworkClientConfiguration,
77
getDefaultNetworkControllerState,
8-
NetworkClient,
98
} from '@metamask/network-controller';
109
import { getDefaultPreferencesState } from '@metamask/preferences-controller';
1110
import * as sinon from 'sinon';
@@ -892,7 +891,7 @@ async function withController<ReturnValue>(
892891
},
893892
},
894893
],
895-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
894+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
896895
}) as any;
897896

898897
return { ...network, provider };

0 commit comments

Comments
 (0)