Skip to content

Commit

Permalink
remove default import
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed Mar 10, 2024
1 parent 8841663 commit 65d060a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isp.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{default, thread, time};
use std::{thread, time};

use log::{debug, info};
use thiserror::Error;
Expand Down

0 comments on commit 65d060a

Please sign in to comment.