summaryrefslogtreecommitdiffstats
path: root/src/filestore/merged.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/filestore/merged.rs')
-rw-r--r--src/filestore/merged.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filestore/merged.rs b/src/filestore/merged.rs
index 38bd302..22b29ab 100644
--- a/src/filestore/merged.rs
+++ b/src/filestore/merged.rs
@@ -2,7 +2,6 @@ use std::sync::Arc;
use tokio::sync::RwLock;
use anyhow::Result;
-use anyhow::anyhow;
use crate::filestore::Artifact;
use crate::filestore::ReleaseStore;