diff options
Diffstat (limited to 'src/sub_commands/fetch.rs')
| -rw-r--r-- | src/sub_commands/fetch.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/fetch.rs b/src/sub_commands/fetch.rs index ab6e0fc..b1e83c5 100644 --- a/src/sub_commands/fetch.rs +++ b/src/sub_commands/fetch.rs | |||
| @@ -9,10 +9,10 @@ use crate::client::Client; | |||
| 9 | #[cfg(test)] | 9 | #[cfg(test)] |
| 10 | use crate::client::MockConnect; | 10 | use crate::client::MockConnect; |
| 11 | use crate::{ | 11 | use crate::{ |
| 12 | cli::Cli, | ||
| 12 | client::{fetching_with_report, Connect}, | 13 | client::{fetching_with_report, Connect}, |
| 13 | git::{Repo, RepoActions}, | 14 | git::{Repo, RepoActions}, |
| 14 | repo_ref::get_repo_coordinates, | 15 | repo_ref::get_repo_coordinates, |
| 15 | Cli, | ||
| 16 | }; | 16 | }; |
| 17 | 17 | ||
| 18 | #[derive(clap::Args)] | 18 | #[derive(clap::Args)] |