Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Shaobo He <shaobohe@amazon.com>
  • Loading branch information
shaobo-he-aws authored May 28, 2024
1 parent ceba9db commit 57f3da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cedar-policy-generators/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ use arbitrary::{self, Arbitrary, Unstructured};
use cedar_policy_core::ast::{self, Effect, Id, Name, PolicyID};
use cedar_policy_core::extensions::Extensions;
use cedar_policy_validator::{
ActionType, ApplySpec, AttributesOrContext, EntityType, SchemaError, SchemaFragment,
SchemaType, SchemaTypeVariant, TypeOfAttribute, ValidatorSchema,
schema_error::SchemaError, ActionType, ApplySpec, AttributesOrContext, EntityType,
SchemaFragment, SchemaType, SchemaTypeVariant, TypeOfAttribute, ValidatorSchema,
};
use smol_str::SmolStr;
use std::collections::BTreeMap;
Expand Down

0 comments on commit 57f3da8

Please sign in to comment.