Skip to content

Commit

Permalink
Fixed rust agent lints post rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
  • Loading branch information
bobozaur committed Sep 20, 2023
1 parent 144fc4d commit 8c3fb06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions agents/rust/aries-vcx-agent/src/agent/init.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
use std::sync::Arc;

use aries_vcx::{
agency_client::{agency_client::AgencyClient, configuration::AgentProvisionConfig},
core::profile::{
ledger::{build_ledger_components, VcxPoolConfig},
profile::Profile,
vdrtools_profile::VdrtoolsProfile,
},
global::settings::{init_issuer_config, DEFAULT_LINK_SECRET_ALIAS},
utils::provision::provision_cloud_agent,
};
use aries_vcx_core::{
ledger::base_ledger::{
Expand All @@ -19,7 +17,6 @@ use aries_vcx_core::{
IndySdkWallet, WalletConfig,
},
};
use url::Url;

use crate::{
agent::{agent_config::AgentConfig, agent_struct::Agent},
Expand Down Expand Up @@ -94,7 +91,6 @@ impl Agent {
indy_ledger_write,
);
let profile: Arc<dyn Profile> = Arc::new(indy_profile);
let wallet = profile.inject_wallet();
let anoncreds = profile.inject_anoncreds();
anoncreds
.prover_create_link_secret(DEFAULT_LINK_SECRET_ALIAS)
Expand Down

0 comments on commit 8c3fb06

Please sign in to comment.