fix: remove unused HuntVerdict import in sidebar test (#2306)

This commit is contained in:
Hanmiao Li
2026-05-28 22:20:59 +08:00
parent c91379d92c
commit 16c483201e
-2
View File
@@ -1902,8 +1902,6 @@ mod tests {
use std::path::PathBuf;
use std::time::{Duration, Instant};
use crate::tui::app::HuntVerdict;
fn create_test_app() -> App {
let options = TuiOptions {
model: "deepseek-v4-pro".to_string(),