diff options
Diffstat (limited to 'crates/mozart-core/tests')
| -rw-r--r-- | crates/mozart-core/tests/git_driver_test.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/mozart-core/tests/git_driver_test.rs b/crates/mozart-core/tests/git_driver_test.rs index 0c1c344..2b2db57 100644 --- a/crates/mozart-core/tests/git_driver_test.rs +++ b/crates/mozart-core/tests/git_driver_test.rs @@ -1,6 +1,5 @@ +use mozart_core::downloader::{GitDownloader, VcsDownloader}; use mozart_core::repository::vcs::{DriverConfig, DriverType, create_driver, detect_driver}; -use mozart_core::vcs::downloader::VcsDownloader; -use mozart_core::vcs::downloader::git::GitDownloader; use mozart_core::vcs::process::ProcessExecutor; use mozart_core::vcs::repository::VcsRepository; use mozart_core::vcs::util::git::GitUtil; |
