diff --git a/boot_diags/src/app.rs b/boot_diags/src/app.rs
index 9afeafd..baed950 100644
--- a/boot_diags/src/app.rs
+++ b/boot_diags/src/app.rs
@@ -39,7 +39,6 @@ use core::{
tui::{Event, Tui},
};
use std::{
- collections::VecDeque,
env,
iter::zip,
path::PathBuf,
@@ -54,7 +53,7 @@ use ratatui::{
style::Color,
};
use tokio::sync::mpsc;
-use tracing::{debug, info, warn};
+use tracing::{debug, info};
pub struct App {
// TUI
@@ -76,7 +75,6 @@ pub struct App {
selections: Vec