Remove unused imports: util module

This commit is contained in:
Matthias Beyer 2016-09-10 17:13:54 +02:00
parent 3cf6cc4506
commit b1af5dc1d5

View file

@ -6,7 +6,6 @@ use git2::{Repository, Index};
use vcs::git::error::GitHookErrorKind as GHEK;
use vcs::git::error::MapErrInto;
use vcs::git::runtime::Runtime as GRuntime;
use vcs::git::action::StoreAction;
use vcs::git::error::MapIntoHookError;