Removed unused import (#3245)

Co-authored-by: Akash Shanmugaraj <65720968+akashShanmugraj@users.noreply.github.com>
This commit is contained in:
Dustin J. Mitchell
2024-01-21 13:14:02 -05:00
committed by GitHub
parent 5806413d64
commit 323bd23251

View File

@@ -130,7 +130,6 @@ mod util;
pub mod annotation;
pub use annotation::*;
pub mod atomic;
pub use atomic::*;
pub mod kv;
pub use kv::*;
pub mod replica;