Skip to content

Commit

Permalink
Cleanup after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Mar 4, 2024
1 parent 4992f9f commit 1815c60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/soroban-cli/src/commands/contract/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use clap::{
};
use gix::{clone, create, open, progress, remote};
use rust_embed::RustEmbed;
use serde::Deserialize;
use serde_json::{from_str, json, to_string_pretty, Error as JsonError, Value as JsonValue};
use toml_edit::{Document, Formatted, InlineTable, Item, TomlError, Value as TomlValue};
use ureq::{get, Error as UreqError};
Expand Down

0 comments on commit 1815c60

Please sign in to comment.