Remove unused import: config module
This commit is contained in:
parent
7f4108ad85
commit
412c4b5a30
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
use toml::Value;
|
use toml::Value;
|
||||||
|
|
||||||
use libimagerror::into::IntoError;
|
use libimagerror::into::IntoError;
|
||||||
use libimagutil::edit::edit_in_tmpfile_with_command;
|
|
||||||
|
|
||||||
use vcs::git::error::GitHookErrorKind as GHEK;
|
use vcs::git::error::GitHookErrorKind as GHEK;
|
||||||
use vcs::git::error::MapErrInto;
|
use vcs::git::error::MapErrInto;
|
||||||
|
|
Loading…
Reference in a new issue