runtime: Remove unused import Signature
This commit is contained in:
parent
cb41c0c416
commit
931845105b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::path::PathBuf;
|
||||
|
||||
use git2::{Repository, Signature};
|
||||
use git2::Repository;
|
||||
use toml::Value;
|
||||
|
||||
use libimagerror::into::IntoError;
|
||||
|
|
Loading…
Reference in a new issue