Skip to content

Commit da0c6fb

Browse files
committed
fix: lint unused import
1 parent 06e7983 commit da0c6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/accounts/grpcMultiAccountSubscriber.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AnchorProvider, Program } from '@coral-xyz/anchor';
1+
import { Program } from '@coral-xyz/anchor';
22
import { Commitment, Context, PublicKey } from '@solana/web3.js';
33
import * as Buffer from 'buffer';
44
import bs58 from 'bs58';

0 commit comments

Comments
 (0)