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 52a9825 commit 7a4b230
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tinytodo/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ use std::path::PathBuf;
use tracing::{error, info, trace};

use cedar_policy::{
Authorizer, Context, Decision, Diagnostics, EntityTypeName, HumanSchemaError, ParseErrors,
PolicySet, PolicySetError, Request, Schema, SchemaError, ValidationMode, Validator,
schema_error::SchemaError, Authorizer, Context, Decision, Diagnostics, EntityTypeName,
HumanSchemaError, ParseErrors, PolicySet, PolicySetError, Request, Schema, ValidationMode,
Validator,
};

use thiserror::Error;
Expand Down

0 comments on commit 7a4b230

Please sign in to comment.