Skip to content

Commit

Permalink
fix: remove unused imports in memtable_util.rs (#3376)
Browse files Browse the repository at this point in the history
  • Loading branch information
v0y4g3r authored Feb 25, 2024
1 parent 8059b95 commit 606309f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mito2/src/test_util/memtable_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

//! Memtable test utilities.
use std::sync::atomic::{AtomicU32, Ordering};
use std::sync::Arc;

use api::helper::ColumnDataTypeWrapper;
Expand Down

0 comments on commit 606309f

Please sign in to comment.