Skip to content

Commit 14fc0ef

Browse files
committed
clippy
1 parent f3ee8ec commit 14fc0ef

File tree

1 file changed

+1
-1
lines changed
  • base_layer/wallet/tests/transaction_service_tests

1 file changed

+1
-1
lines changed

base_layer/wallet/tests/transaction_service_tests/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use std::{
3030

3131
use blake2::Blake2b;
3232
use chacha20poly1305::{Key, KeyInit, XChaCha20Poly1305};
33-
use chrono::{DateTime, Days, Duration as ChronoDuration, Utc};
33+
use chrono::{Days, Duration as ChronoDuration, Utc};
3434
use digest::consts::U32;
3535
use futures::{
3636
channel::{mpsc, mpsc::Sender},

0 commit comments

Comments
 (0)