Skip to content

Commit e7fb059

Browse files
committed
fix(docs): Remove duplicate imports
1 parent aaf8445 commit e7fb059

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

crates/stackable-operator/src/cluster_resources.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ use std::{
55
fmt::Debug,
66
};
77

8+
#[cfg(doc)]
9+
use k8s_openapi::api::core::v1::{NodeSelector, Pod};
810
use k8s_openapi::{
911
api::{
1012
apps::v1::{
@@ -26,11 +28,6 @@ use snafu::{OptionExt, ResultExt, Snafu};
2628
use strum::Display;
2729
use tracing::{debug, info, warn};
2830

29-
#[cfg(doc)]
30-
use crate::k8s_openapi::api::{
31-
apps::v1::Deployment,
32-
core::v1::{NodeSelector, Pod},
33-
};
3431
use crate::{
3532
client::{Client, GetApi},
3633
commons::{

0 commit comments

Comments
 (0)