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> {