diff --git a/bin/sozo/src/commands/migrate.rs b/bin/sozo/src/commands/migrate.rs index 88240a14b9..bfe7c52c39 100644 --- a/bin/sozo/src/commands/migrate.rs +++ b/bin/sozo/src/commands/migrate.rs @@ -1,4 +1,5 @@ -use crate::commands::LOG_TARGET; +use std::sync::Arc; + use anyhow::{anyhow, Context, Result}; use clap::Args; use colored::*; @@ -12,7 +13,6 @@ use sozo_ops::migration_ui::MigrationUi; use sozo_scarbext::WorkspaceExt; use starknet::core::utils::parse_cairo_short_string; use starknet::providers::Provider; -use std::sync::Arc; use tabled::settings::Style; use tabled::{Table, Tabled}; use tracing::{error, trace}; @@ -22,6 +22,7 @@ use super::options::ipfs::IpfsOptions; use super::options::starknet::StarknetOptions; use super::options::transaction::TransactionOptions; use super::options::world::WorldOptions; +use crate::commands::LOG_TARGET; use crate::utils; #[derive(Debug, Clone, Args)] diff --git a/bin/sozo/src/utils.rs b/bin/sozo/src/utils.rs index 3eebe173f5..01e6ee0a09 100644 --- a/bin/sozo/src/utils.rs +++ b/bin/sozo/src/utils.rs @@ -3,7 +3,6 @@ use std::io::{self, Write}; use std::str::FromStr; use std::sync::Arc; -use crate::commands::LOG_TARGET; use anyhow::{anyhow, Context, Result}; use camino::Utf8PathBuf; use colored::*; @@ -27,6 +26,7 @@ use tracing::{error, trace}; use crate::commands::options::account::{AccountOptions, SozoAccount}; use crate::commands::options::starknet::StarknetOptions; use crate::commands::options::world::WorldOptions; +use crate::commands::LOG_TARGET; /// Computes the world address based on the provided options. pub fn get_world_address(