Skip to content

Commit

Permalink
mypy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtmccarty committed Feb 2, 2025
1 parent 5271ffe commit 82066c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/infrahub/core/diff/query_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ def _get_diff_relationship(
identifier=relationship_schema.get_identifier(),
from_time=from_time,
)
diff_node.relationships_by_identifier[relationship_schema.identifier] = diff_relationship
diff_node.relationships_by_identifier[relationship_schema.get_identifier()] = diff_relationship
return diff_relationship

def _apply_base_branch_previous_values(self) -> None:
Expand Down

0 comments on commit 82066c0

Please sign in to comment.