diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sub_commands/pull.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/pull.rs b/src/sub_commands/pull.rs index 1e60a90..5c8407e 100644 --- a/src/sub_commands/pull.rs +++ b/src/sub_commands/pull.rs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | use anyhow::{anyhow, bail, Context, Result}; | 1 | use anyhow::{bail, Context, Result}; |
| 2 | 2 | ||
| 3 | use super::list::{get_commit_id_from_patch, tag_value}; | 3 | use super::list::{get_commit_id_from_patch, tag_value}; |
| 4 | #[cfg(not(test))] | 4 | #[cfg(not(test))] |