fix(ecstore): remove duplicate activation test import

This commit is contained in:
overtrue
2026-08-23 01:09:40 +08:00
parent e05fe7c014
commit d5648b52a7
-2
View File
@@ -71,8 +71,6 @@ use std::future::Future;
use std::io::Cursor;
use std::io::Write;
use std::path::PathBuf;
#[cfg(test)]
use std::sync::atomic::AtomicBool;
use std::sync::{
Arc,
atomic::{AtomicBool, AtomicUsize, Ordering},