Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wendybujalski committed Jan 28, 2025
1 parent ce8aab4 commit 2bf1c1c
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ use std::collections::HashSet;
use axum::{extract::Path, Json};
use dal::{
approval_requirement::{ApprovalRequirement, ApprovalRequirementApprover},
workspace_snapshot::graph::traits::approval_requirement::ApprovalRequirementPermissionLookup,
ChangeSet, ChangeSetId, UserPk, WorkspacePk,
// workspace_snapshot::graph::traits::approval_requirement::ApprovalRequirementPermissionLookup,
ChangeSet,
ChangeSetId,
UserPk,
WorkspacePk,
};
use serde::Deserialize;
use si_id::EntityId;
Expand Down

0 comments on commit 2bf1c1c

Please sign in to comment.