diff --git a/tests/library/beets.rs b/tests/library/beets.rs index dfe6853..451cc49 100644 --- a/tests/library/beets.rs +++ b/tests/library/beets.rs @@ -1,7 +1,8 @@ use std::{ + collections::HashSet, fs, path::PathBuf, - sync::{Arc, Mutex}, collections::HashSet, + sync::{Arc, Mutex}, }; use once_cell::sync::Lazy;