Remove unused import

This commit is contained in:
Matthias Beyer 2016-09-18 18:52:36 +02:00
parent cf77c51afb
commit 76f92da898
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ use git2::{Index, Repository};
use toml::Value;
use libimagerror::into::IntoError;
use libimagerror::trace::{MapErrTrace, trace_error};
use libimagerror::trace::MapErrTrace;
use libimagstore::hook::error::CustomData;
use libimagstore::hook::error::HookErrorKind as HEK;
use libimagstore::hook::result::HookResult;