aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/base_config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands/base_config.rs')
-rw-r--r--crates/mozart/src/commands/base_config.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/mozart/src/commands/base_config.rs b/crates/mozart/src/commands/base_config.rs
index c10e7e7..ed05184 100644
--- a/crates/mozart/src/commands/base_config.rs
+++ b/crates/mozart/src/commands/base_config.rs
@@ -1,7 +1,6 @@
-use std::path::PathBuf;
-
use mozart_core::composer::composer_home;
use mozart_core::config_source::JsonConfigSource;
+use std::path::PathBuf;
/// Mirrors Composer's `BaseConfigCommand`: resolves the target config file path
/// and enforces the `--file` ↔ `--global` mutual exclusivity.