diff options
Diffstat (limited to 'src/sub_commands/push.rs')
| -rw-r--r-- | src/sub_commands/push.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index acd91f0..56927fe 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs | |||
| @@ -5,6 +5,7 @@ use crate::client::Client; | |||
| 5 | #[cfg(test)] | 5 | #[cfg(test)] |
| 6 | use crate::client::MockConnect; | 6 | use crate::client::MockConnect; |
| 7 | use crate::{ | 7 | use crate::{ |
| 8 | cli::Cli, | ||
| 8 | client::{fetching_with_report, get_repo_ref_from_cache, Connect}, | 9 | client::{fetching_with_report, get_repo_ref_from_cache, Connect}, |
| 9 | git::{str_to_sha1, Repo, RepoActions}, | 10 | git::{str_to_sha1, Repo, RepoActions}, |
| 10 | login, | 11 | login, |
| @@ -21,7 +22,6 @@ use crate::{ | |||
| 21 | identify_ahead_behind, send_events, | 22 | identify_ahead_behind, send_events, |
| 22 | }, | 23 | }, |
| 23 | }, | 24 | }, |
| 24 | Cli, | ||
| 25 | }; | 25 | }; |
| 26 | 26 | ||
| 27 | #[derive(Debug, clap::Args)] | 27 | #[derive(Debug, clap::Args)] |