Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz committed Jul 15, 2024
1 parent 20ff89d commit 88f87cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/operator/src/crd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use schemars::JsonSchema;
use serde::{Deserialize, Serialize};

use self::label_selector::LabelSelector;
use crate::types::LicenseInfoOwned;
use crate::{client::error::OperatorApiError, types::LicenseInfoOwned};

pub mod kube_target;
pub mod label_selector;
Expand Down

0 comments on commit 88f87cb

Please sign in to comment.