diff --git a/libimagstorestdhook/src/vcs/git/config.rs b/libimagstorestdhook/src/vcs/git/config.rs index 95e09a42..d4ae10f7 100644 --- a/libimagstorestdhook/src/vcs/git/config.rs +++ b/libimagstorestdhook/src/vcs/git/config.rs @@ -1,7 +1,6 @@ use toml::Value; use libimagerror::into::IntoError; -use libimagutil::edit::edit_in_tmpfile_with_command; use vcs::git::error::GitHookErrorKind as GHEK; use vcs::git::error::MapErrInto;