Remove unused import
This commit is contained in:
parent
cf77c51afb
commit
76f92da898
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use git2::{Index, Repository};
|
||||||
use toml::Value;
|
use toml::Value;
|
||||||
|
|
||||||
use libimagerror::into::IntoError;
|
use libimagerror::into::IntoError;
|
||||||
use libimagerror::trace::{MapErrTrace, trace_error};
|
use libimagerror::trace::MapErrTrace;
|
||||||
use libimagstore::hook::error::CustomData;
|
use libimagstore::hook::error::CustomData;
|
||||||
use libimagstore::hook::error::HookErrorKind as HEK;
|
use libimagstore::hook::error::HookErrorKind as HEK;
|
||||||
use libimagstore::hook::result::HookResult;
|
use libimagstore::hook::result::HookResult;
|
||||||
|
|
Loading…
Reference in a new issue