From 31be0f94947c2f773d50e609a6da05638f4d6af3 Mon Sep 17 00:00:00 2001 From: Hansie Odendaal Date: Tue, 28 May 2024 09:17:09 +0200 Subject: [PATCH] clippy --- base_layer/wallet/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_layer/wallet/src/config.rs b/base_layer/wallet/src/config.rs index c02e79356b..de8525d965 100644 --- a/base_layer/wallet/src/config.rs +++ b/base_layer/wallet/src/config.rs @@ -32,7 +32,7 @@ use tari_common::{ configuration::{serializers, Network, StringList}, SubConfigPath, }; -use tari_common_types::{grpc_authentication::GrpcAuthentication, wallet_types::WalletType}; +use tari_common_types::grpc_authentication::GrpcAuthentication; use tari_comms::multiaddr::Multiaddr; use tari_p2p::P2pConfig; use tari_utilities::SafePassword;