From fcad6abb95b92c36fd766ff5987e954bfcb8af62 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 22 Feb 2024 14:57:45 +0000 Subject: refactor: simplifed ammendments and rebases to align with changes done to pull c5dfd1b7e509eedc33de75343de8659e3c9e0b2a also improved copy --- src/sub_commands/pull.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sub_commands') 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 @@ -use anyhow::{anyhow, bail, Context, Result}; +use anyhow::{bail, Context, Result}; use super::list::{get_commit_id_from_patch, tag_value}; #[cfg(not(test))] -- cgit v1.2.3