Skip to content

Commit ee53ee4

Browse files
committed
chore: fix linter
1 parent e11692e commit ee53ee4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/snap/src/index.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
/* eslint-disable @typescript-eslint/no-throw-literal */
22
import type { JsonRpcRequest } from '@metamask/keyring-api';
3-
import {
4-
KeyringRequestStruct,
5-
MethodNotSupportedError,
6-
handleKeyringRequest,
7-
} from '@metamask/keyring-api';
3+
import { handleKeyringRequest } from '@metamask/keyring-api';
84
import {
95
type UserInputEvent,
106
type OnCronjobHandler,

0 commit comments

Comments
 (0)