Skip to content

Commit

Permalink
Fix lints and unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnanuti committed Feb 28, 2024
1 parent 7f5e8f8 commit 86499eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion s3torchconnectorclient/rust/src/logger_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use mountpoint_s3_crt::common::rust_log_adapter::RustLogAdapter;
use pyo3::{PyResult};
use pyo3_log::Logger;
use tracing_subscriber::{filter::EnvFilter};
use tracing_subscriber::fmt::writer::{MakeWriterExt};
use tracing_subscriber::util::{SubscriberInitExt};
use crate::exception::python_exception;

Expand Down

0 comments on commit 86499eb

Please sign in to comment.