forked from the-distro/ofborg
fmt
This commit is contained in:
parent
4f036ec91b
commit
2bebc96be2
|
@ -1,6 +1,7 @@
|
||||||
use crate::maintainers;
|
use crate::maintainers;
|
||||||
use crate::maintainers::ImpactedMaintainers;
|
use crate::maintainers::ImpactedMaintainers;
|
||||||
use crate::nixenv::HydraNixEnv;
|
use crate::nixenv::HydraNixEnv;
|
||||||
|
use chrono::Utc;
|
||||||
use hubcaps::checks::{CheckRunOptions, CheckRunState, Conclusion, Output};
|
use hubcaps::checks::{CheckRunOptions, CheckRunState, Conclusion, Output};
|
||||||
use hubcaps::gists::Gists;
|
use hubcaps::gists::Gists;
|
||||||
use hubcaps::issues::{Issue, IssueRef};
|
use hubcaps::issues::{Issue, IssueRef};
|
||||||
|
@ -24,8 +25,6 @@ use std::collections::HashMap;
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
use tasks::evaluate::make_gist;
|
use tasks::evaluate::make_gist;
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
use chrono::{DateTime, Utc};
|
|
||||||
|
|
||||||
|
|
||||||
pub struct NixpkgsStrategy<'a> {
|
pub struct NixpkgsStrategy<'a> {
|
||||||
job: &'a EvaluationJob,
|
job: &'a EvaluationJob,
|
||||||
|
|
Loading…
Reference in a new issue