cleanup: remove unused imports from refactoring

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
ProofOfConcept 2026-04-04 15:16:20 -04:00 committed by Kent Overstreet
parent 112abb2000
commit aa7511d110
3 changed files with 2 additions and 4 deletions

View file

@ -28,7 +28,6 @@ use crate::agent::{Agent, TurnResult};
use crate::agent::api::ApiClient;
use crate::agent::api::types as api_types;
use crate::config::{self, AppConfig, SessionConfig};
use crate::dbglog;
use crate::user::{self as tui, HotkeyAction};
use crate::user::ui_channel::{self, ContextInfo, StatusInfo, StreamTarget, UiMessage};
use crate::user::log;