Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarros authored and LucasG0 committed Jan 3, 2025
1 parent b6d98a0 commit b3716b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def build(cls, context: DependencyBuilderContext) -> NodeConstraintRunner:
db=context.db,
branch=context.branch,
node_constraints=[
NodeAttributeUniquenessConstraintDependency.build(context=context),
NodeAttributeUniquenessConstraintDependency.build(context=context), # NOTE we probably don't need this Checker, it's redundant with NodeGroupedUniquenessConstraintDependency
NodeGroupedUniquenessConstraintDependency.build(context=context),
],
relationship_manager_constraints=[
Expand Down

0 comments on commit b3716b1

Please sign in to comment.