Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Feb 12, 2025
1 parent d4236e7 commit ce1b0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomt/src/rollback/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use crossbeam::channel::Sender;
use crossbeam_channel::Receiver;
use dashmap::DashMap;
use nomt_core::trie::KeyPath;
use parking_lot::{Mutex, MutexGuard};
use parking_lot::Mutex;
use threadpool::ThreadPool;

use self::reverse_delta_worker::{DeltaBuilderCommand, LoadValueAsync, StoreLoadValueAsync};
Expand Down

0 comments on commit ce1b0d9

Please sign in to comment.