From f96f74f2f118c902930ccdb6f854acb9d4cc8d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Mon, 19 Feb 2024 18:27:16 +0000 Subject: [PATCH] removed unused imports --- clients/native/src/commands/import_credential.rs | 1 - clients/socks5/src/commands/import_credential.rs | 1 - common/commands/src/coconut/import_credential.rs | 1 - service-providers/network-requester/src/cli/import_credential.rs | 1 - 4 files changed, 4 deletions(-) diff --git a/clients/native/src/commands/import_credential.rs b/clients/native/src/commands/import_credential.rs index 11916ced72..de211aef01 100644 --- a/clients/native/src/commands/import_credential.rs +++ b/clients/native/src/commands/import_credential.rs @@ -11,7 +11,6 @@ use nym_credentials::coconut::bandwidth::issued::BandwidthCredentialIssuedDataVa use nym_credentials::IssuedBandwidthCredential; use std::fs; use std::path::PathBuf; -use time::OffsetDateTime; use zeroize::Zeroizing; fn parse_encoded_credential_data(raw: &str) -> bs58::decode::Result> { diff --git a/clients/socks5/src/commands/import_credential.rs b/clients/socks5/src/commands/import_credential.rs index a4306c1a09..2ce3457015 100644 --- a/clients/socks5/src/commands/import_credential.rs +++ b/clients/socks5/src/commands/import_credential.rs @@ -11,7 +11,6 @@ use nym_credentials::coconut::bandwidth::issued::BandwidthCredentialIssuedDataVa use nym_credentials::IssuedBandwidthCredential; use std::fs; use std::path::PathBuf; -use time::OffsetDateTime; use zeroize::Zeroizing; fn parse_encoded_credential_data(raw: &str) -> bs58::decode::Result> { diff --git a/common/commands/src/coconut/import_credential.rs b/common/commands/src/coconut/import_credential.rs index 6d5612ac53..337bf9125b 100644 --- a/common/commands/src/coconut/import_credential.rs +++ b/common/commands/src/coconut/import_credential.rs @@ -13,7 +13,6 @@ use nym_credentials::coconut::bandwidth::issued::BandwidthCredentialIssuedDataVa use nym_credentials::IssuedBandwidthCredential; use std::fs; use std::path::PathBuf; -use time::OffsetDateTime; use zeroize::Zeroizing; fn parse_encoded_credential_data(raw: &str) -> bs58::decode::Result> { diff --git a/service-providers/network-requester/src/cli/import_credential.rs b/service-providers/network-requester/src/cli/import_credential.rs index a2d71d3c92..6d0b8fffb1 100644 --- a/service-providers/network-requester/src/cli/import_credential.rs +++ b/service-providers/network-requester/src/cli/import_credential.rs @@ -11,7 +11,6 @@ use nym_credentials::coconut::bandwidth::issued::BandwidthCredentialIssuedDataVa use nym_credentials::IssuedBandwidthCredential; use std::fs; use std::path::PathBuf; -use time::OffsetDateTime; use zeroize::Zeroizing; fn parse_encoded_credential_data(raw: &str) -> bs58::decode::Result> {