runtime: Remove unused import Signature

This commit is contained in:
Matthias Beyer 2016-09-07 22:08:27 +02:00
parent cb41c0c416
commit 931845105b
1 changed files with 1 additions and 1 deletions

View File

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