From d75bd75636fe5d5a96dc9f807480585fe6e2e277 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 7 Dec 2021 14:47:55 +0100 Subject: Fix: Remove unused imports Signed-off-by: Matthias Beyer --- src/profile/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/profile/mod.rs b/src/profile/mod.rs index a15158e..4a37bca 100644 --- a/src/profile/mod.rs +++ b/src/profile/mod.rs @@ -163,9 +163,7 @@ impl Profile { mod tests { use super::*; use std::convert::TryFrom; - use crate::client::Client; use crate::config::Config; - use crate::ipfs_client::IpfsClient; #[tokio::test] async fn test_create_profile() { -- cgit v1.2.3