diff --git a/crates/synor-storage/src/bin/storage-node.rs b/crates/synor-storage/src/bin/storage-node.rs index d865baf..540e86a 100644 --- a/crates/synor-storage/src/bin/storage-node.rs +++ b/crates/synor-storage/src/bin/storage-node.rs @@ -7,7 +7,6 @@ //! synor-storage-node --data-dir ./storage-data use synor_storage::{NodeConfig, StorageNode, GatewayConfig, Gateway}; -use std::path::PathBuf; #[tokio::main] async fn main() -> Result<(), Box> {