Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 committed Dec 6, 2023
1 parent 43caa00 commit af2a7b5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tembo-operator/src/cloudnativepg/cnpg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use crate::{
},
},
config::Config,
configmap::{custom_metrics_configmap_settings},
configmap::custom_metrics_configmap_settings,
defaults::{default_image, default_llm_image},
errors::ValueError,
is_postgres_ready, patch_cdb_status_merge,
Expand All @@ -48,10 +48,7 @@ use crate::{
Context, RESTARTED_AT,
};
use chrono::{DateTime, NaiveDateTime, Offset};
use k8s_openapi::{
api::core::v1::{Pod},
apimachinery::pkg::apis::meta::v1::ObjectMeta,
};
use k8s_openapi::{api::core::v1::Pod, apimachinery::pkg::apis::meta::v1::ObjectMeta};
use kube::{
api::{DeleteParams, Patch, PatchParams},
runtime::{controller::Action, wait::Condition},
Expand Down

0 comments on commit af2a7b5

Please sign in to comment.