Skip to content

Commit 3453a8d

Browse files
committed
remove unused variables
1 parent b25ee8e commit 3453a8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/accounts-controller/src/AccountsController.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@ import type { V4Options } from 'uuid';
2828
import * as uuid from 'uuid';
2929

3030
import type {
31-
AccountsControllerActions,
32-
AccountsControllerEvents,
3331
AccountsControllerMessenger,
3432
AccountsControllerState,
35-
AllowedActions,
36-
AllowedEvents,
3733
} from './AccountsController';
3834
import { AccountsController, EMPTY_ACCOUNT } from './AccountsController';
3935
import {

0 commit comments

Comments
 (0)