mirror of
https://github.com/huggingface/xet-core.git
synced 2026-06-04 13:30:29 +08:00
Remove unused tracing::debug import in http client
Co-authored-by: Assaf Vayner <assafvayner@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ use reqwest::header::{AUTHORIZATION, COOKIE, HeaderValue, SET_COOKIE};
|
||||
use reqwest::{Request, Response};
|
||||
use reqwest_middleware::{ClientBuilder, ClientWithMiddleware, Middleware, Next};
|
||||
use tokio::sync::Mutex;
|
||||
use tracing::{Instrument, debug, info, info_span, warn};
|
||||
use tracing::{Instrument, info, info_span, warn};
|
||||
use xet_runtime::core::{XetRuntime, xet_config};
|
||||
use xet_runtime::error_printer::{ErrorPrinter, OptionPrinter};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user