remove unused import

This commit is contained in:
devdesk 2024-02-16 00:42:01 +02:00
parent c29499d9b0
commit 4f638cdd64

View File

@ -1,7 +1,7 @@
use indicatif::ProgressBar; use indicatif::ProgressBar;
use std::fs::File; use std::fs::File;
use std::io::Write; use std::io::Write;
use thermaldecoder::{write_raw_frame, Frame, Header, HDR_SIZE}; use thermaldecoder::{Frame, Header, HDR_SIZE};
// fn main() -> Result<(), eframe::Error> { // fn main() -> Result<(), eframe::Error> {
// env_logger::init(); // Log to stderr (if you run with `RUST_LOG=debug`). // env_logger::init(); // Log to stderr (if you run with `RUST_LOG=debug`).