fix: remove unused import in storage-node binary

This commit is contained in:
Gulshan Yadav 2026-01-26 21:58:06 +05:30
parent 7e3bbe569c
commit 3a450ed768

View file

@ -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<dyn std::error::Error>> {