Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Nov 3, 2023
1 parent 6145e16 commit a5e82fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/dfx/src/commands/canister/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ use crate::lib::environment::Environment;
use crate::lib::error::DfxResult;
use crate::lib::operations::canister::install_canister::install_canister;
use crate::lib::root_key::fetch_root_key_if_needed;
use crate::util::clap::parsers::file_or_stdin_parser;
use crate::util::get_candid_init_type;
use crate::{lib::canister_info::CanisterInfo, util::blob_from_arguments};
use crate::{
lib::canister_info::CanisterInfo,
util::{arguments_from_file, blob_from_arguments},
};
use dfx_core::identity::CallSender;

use anyhow::{anyhow, bail, Context};
Expand Down

0 comments on commit a5e82fd

Please sign in to comment.