Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Nov 13, 2024
1 parent f905350 commit d0865d4
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ import type { Hex } from '@metamask/utils';
import { KnownCaipNamespace } from '@metamask/utils';

import type { Caip25CaveatValue } from '../caip25Permission';
import {
KnownNotifications,
KnownRpcMethods,
KnownWalletScopeString,
} from '../scope/constants';
import { KnownNotifications, KnownRpcMethods } from '../scope/constants';
import { getUniqueArrayItems, mergeScopes } from '../scope/transform';
import type { InternalScopesObject } from '../scope/types';
import { parseScopeString } from '../scope/types';
Expand Down

0 comments on commit d0865d4

Please sign in to comment.