Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Nov 7, 2024
1 parent 996b978 commit ca8cfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/nns/src/commands/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ use std::{collections::BTreeMap, path::Path};
use dfx_core::config::cache::get_version_from_cache_path;
use dfx_core::config::model::canister_id_store::CanisterIds;
use dfx_core::config::model::dfinity::Config;
use dfx_core::extension::manager::ExtensionManager;
use dfx_extensions_utils::{
get_canisters_json_object, get_network_mappings, import_canister_definitions, new_logger,
replica_rev, set_remote_canister_ids, ImportNetworkMapping, NNS_CORE,
};
use dfx_core::extension::manager::ExtensionManager;

use clap::Parser;
use slog::{info, Logger};
Expand Down

0 comments on commit ca8cfdc

Please sign in to comment.