From 01957086db804ba4308020b8ffc3fe493151d381 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Fri, 17 May 2024 14:17:13 -0500 Subject: [PATCH] remove unused import to fix tests (i think?) --- src/contract/basic_node_signer.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/contract/basic_node_signer.ts b/src/contract/basic_node_signer.ts index 0f18ad05b..bcd372a7e 100644 --- a/src/contract/basic_node_signer.ts +++ b/src/contract/basic_node_signer.ts @@ -1,5 +1,4 @@ import { Keypair, TransactionBuilder, hash } from "@stellar/stellar-base"; -import type { AssembledTransaction } from "./assembled_transaction"; import type { Client } from "./client"; /**