Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed May 2, 2024
1 parent 727b8cf commit 6364862
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/dbt/contracts/graph/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,6 @@ def same_freshness(self, other: "SourceDefinition") -> bool:
return (
self.freshness == other.freshness
and self.loaded_at_field == other.loaded_at_field
and self.loaded_at_field_present == other.loaded_at_field_present
and True
)

Expand Down

0 comments on commit 6364862

Please sign in to comment.