aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/config_source.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-core/src/config_source.rs')
-rw-r--r--crates/mozart-core/src/config_source.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/mozart-core/src/config_source.rs b/crates/mozart-core/src/config_source.rs
index 984007a..42d2d6f 100644
--- a/crates/mozart-core/src/config_source.rs
+++ b/crates/mozart-core/src/config_source.rs
@@ -1,6 +1,5 @@
-use std::path::{Path, PathBuf};
-
use anyhow::anyhow;
+use std::path::{Path, PathBuf};
pub struct JsonConfigSource {
path: PathBuf,