diff --git a/libimagstore/src/storeid.rs b/libimagstore/src/storeid.rs index bc9217d8..ff030a77 100644 --- a/libimagstore/src/storeid.rs +++ b/libimagstore/src/storeid.rs @@ -1,7 +1,4 @@ use std::path::PathBuf; -use std::path::Path; -use std::borrow::Borrow; -use std::ops::Deref; use semver::Version; use std::fmt::{Display, Debug, Formatter};