diff --git a/git-cliff-core/src/repo.rs b/git-cliff-core/src/repo.rs index 3cfbc0a27c..8723a640e7 100644 --- a/git-cliff-core/src/repo.rs +++ b/git-cliff-core/src/repo.rs @@ -210,7 +210,6 @@ impl Repository { mod test { use super::*; use crate::commit::Commit as AppCommit; - use git_conventional::ErrorKind; use std::env; use std::process::Command; use std::str;