Skip to content

Commit cde8cc8

Browse files
committed
Re-group imports
1 parent b5cf5a4 commit cde8cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube-core/src/schema/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ use schemars::{transform::Transform, JsonSchema};
1414
use serde::{Deserialize, Serialize};
1515
use serde_json::Value;
1616
use std::collections::{BTreeMap, BTreeSet};
17-
use transform_optional_enum_with_null::remove_optional_enum_null_variant;
1817

1918
use crate::schema::{
2019
transform_any_of::hoist_any_of_subschema_with_a_nullable_variant,
2120
transform_one_of::hoist_one_of_enum_with_unit_variants,
21+
transform_optional_enum_with_null::remove_optional_enum_null_variant,
2222
transform_properties::hoist_properties_for_any_of_subschemas,
2323
};
2424

0 commit comments

Comments
 (0)