summaryrefslogtreecommitdiffstats
path: root/src/repository/repository.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository/repository.rs')
-rw-r--r--src/repository/repository.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/repository/repository.rs b/src/repository/repository.rs
index c9c2079..8f60b20 100644
--- a/src/repository/repository.rs
+++ b/src/repository/repository.rs
@@ -1,8 +1,9 @@
use std::collections::BTreeMap;
-use std::path::PathBuf;
use std::path::Path;
-use anyhow::Result;
+use std::path::PathBuf;
+
use anyhow::Context;
+use anyhow::Result;
use resiter::Map;
use crate::package::Package;