mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 22:02:56 +00:00
fix: remove unused imports in memtable_util.rs (#3376)
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
|
||||
//! Memtable test utilities.
|
||||
|
||||
use std::sync::atomic::{AtomicU32, Ordering};
|
||||
use std::sync::Arc;
|
||||
|
||||
use api::helper::ColumnDataTypeWrapper;
|
||||
|
||||
Reference in New Issue
Block a user