Skip to content

Commit

Permalink
Merge pull request #81 from influxdata/fix/unused-import
Browse files Browse the repository at this point in the history
fix: remove unused import
  • Loading branch information
lukebond authored Sep 29, 2023
2 parents 7f7c3ef + 0f48a8f commit cb022a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use kube::{
},
Api, Client, Config, Resource, ResourceExt,
};
use serde_json::{json, Value};
use serde_json::json;

use crate::{
mapping::set_field_path,
Expand Down

0 comments on commit cb022a5

Please sign in to comment.