runtime: Remove unused import Signature

This commit is contained in:
Matthias Beyer 2016-09-07 22:08:27 +02:00
parent cb41c0c416
commit 931845105b

View file

@ -1,6 +1,6 @@
use std::path::PathBuf;
use git2::{Repository, Signature};
use git2::Repository;
use toml::Value;
use libimagerror::into::IntoError;