From 7a395d07c4127fb59d897a59f51b8610babf98b3 Mon Sep 17 00:00:00 2001 From: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:14:00 -0500 Subject: [PATCH] remove redundant dependency --- program_methods/guest/src/bin/amm.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/program_methods/guest/src/bin/amm.rs b/program_methods/guest/src/bin/amm.rs index 326128d4..3df85a11 100644 --- a/program_methods/guest/src/bin/amm.rs +++ b/program_methods/guest/src/bin/amm.rs @@ -7,7 +7,6 @@ //! for more details. use amm_core::Instruction; -use amm_program; use nssa_core::program::{ AccountPostState, ChainedCall, ProgramInput, read_nssa_inputs, write_nssa_outputs_with_chained_call,