diff --git a/cmd/soroban-cli/src/config/sign_with.rs b/cmd/soroban-cli/src/config/sign_with.rs index b3e5ea4f7d..508d3dd1b4 100644 --- a/cmd/soroban-cli/src/config/sign_with.rs +++ b/cmd/soroban-cli/src/config/sign_with.rs @@ -9,7 +9,6 @@ use clap::arg; use crossterm::event::{read, Event, KeyCode}; use soroban_env_host::xdr::WriteXdr; use soroban_sdk::xdr::Limits; -use std::path::PathBuf; use stellar_strkey::ed25519::PublicKey; use url::Url;