Skip to content

Commit 5877e42

Browse files
committed
fix no-unused-vars
Signed-off-by: MarcoMandar <malicemandar@gmail.com>
1 parent e2a894f commit 5877e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-solana/src/providers/simulationSellingService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Connection, PublicKey } from "@solana/web3.js";
99
// Assuming TokenProvider and IAgentRuntime are available
1010
import { TokenProvider } from "./token.ts";
1111
// import { settings } from "@ai16z/eliza";
12-
import { IAgentRuntime, Memory, Provider, State } from "@ai16z/eliza";
12+
import { IAgentRuntime } from "@ai16z/eliza";
1313
import { WalletProvider } from "./wallet.ts";
1414
import * as amqp from "amqplib";
1515

0 commit comments

Comments
 (0)