From b7d3fa444f96a7ae8a6d59303876fa8f6ce9c954 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:46:37 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- crates/core/src/status.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/core/src/status.rs b/crates/core/src/status.rs index bcbca93..814f2b4 100644 --- a/crates/core/src/status.rs +++ b/crates/core/src/status.rs @@ -8,7 +8,6 @@ use std::{ sync::OnceLock, time::{Duration, Instant}, }; -use strip_ansi_escapes::strip_str; use termion::{clear, cursor, terminal_size}; use tokio::sync::{ mpsc::{self, UnboundedReceiver}, -- 2.51.2