From 76f9c202a57687556f08e49e661f3466d436101c Mon Sep 17 00:00:00 2001 From: jhqxxx <18280426169@163.com> Date: Wed, 15 Apr 2026 18:18:35 +0800 Subject: [PATCH] update fmt --- tests/messy_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/messy_test.rs b/tests/messy_test.rs index ee0df5a..de2dfa1 100644 --- a/tests/messy_test.rs +++ b/tests/messy_test.rs @@ -8,7 +8,7 @@ use aha::utils::tensor_utils::get_mask_from_lengths; // use aha::utils::tensor_utils::repeat_interleave; // use crate::params::chat::ChatCompletionParameters; -use anyhow::{Result}; +use anyhow::Result; use candle_core::Tensor; // use kaldi_native_fbank::{ // FbankComputer, FbankOptions,