remove unused import
This commit is contained in:
parent
c29499d9b0
commit
4f638cdd64
|
@ -1,7 +1,7 @@
|
|||
use indicatif::ProgressBar;
|
||||
use std::fs::File;
|
||||
use std::io::Write;
|
||||
use thermaldecoder::{write_raw_frame, Frame, Header, HDR_SIZE};
|
||||
use thermaldecoder::{Frame, Header, HDR_SIZE};
|
||||
|
||||
// fn main() -> Result<(), eframe::Error> {
|
||||
// env_logger::init(); // Log to stderr (if you run with `RUST_LOG=debug`).
|
||||
|
|
Loading…
Reference in New Issue
Block a user