Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Nov 20, 2024
1 parent 382a062 commit f5bc044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/utils/isWalletACoinbaseSmartWallet.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { UserOperation } from 'viem/_types/account-abstraction';
import type { PublicClient } from 'viem';
import type { UserOperation } from 'viem/_types/account-abstraction';
import { type Mock, describe, expect, it, vi } from 'vitest';
import {
CB_SW_PROXY_BYTECODE,
Expand Down

0 comments on commit f5bc044

Please sign in to comment.