Skip to content

Commit

Permalink
Merge branch 'main' of github.com:l-kli/cedar-local-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
l-kli committed Nov 14, 2024
2 parents de471c9 + b5093ce commit e709740
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/public/simple.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
//! Provides a simple authorizer that takes a `SimplePolicySetProvider` and a `SimpleEntityProvider`.
use std::sync::Arc;

use cedar_policy::{Entities, Request, Response};
#[cfg(feature = "partial-eval")]
use cedar_policy::{
PartialResponse,
};
use cedar_policy::PartialResponse;
use cedar_policy::{Entities, Request, Response};
use derive_builder::Builder;
use thiserror::Error;
use tokio::join;
Expand Down

0 comments on commit e709740

Please sign in to comment.