Skip to content

Commit 2b70c04

Browse files
committed
🔥 Remove unused import
Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
1 parent f768924 commit 2b70c04

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/clients/errors.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717

1818
use hyper::StatusCode;
19-
use tracing::error;
2019

2120
/// Client errors.
2221
#[derive(Debug, Clone, PartialEq, thiserror::Error)]

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use std::{
2121
};
2222

2323
use serde::Deserialize;
24-
use tracing::{debug, error, info, warn};
24+
use tracing::{debug, info, warn};
2525

2626
use crate::{
2727
clients::{chunker::DEFAULT_CHUNKER_ID, is_valid_hostname},

0 commit comments

Comments
 (0)