Skip to content

Commit

Permalink
Fixup docstring for join_to_timespine in protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Sep 28, 2023
1 parent a7924fa commit d0f0152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_semantic_interfaces/protocols/metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def post_aggregation_measure_reference(self) -> MeasureReference:
@property
@abstractmethod
def join_to_timespine(self) -> bool:
"""Where the measure should be joined to the timespine."""
"""If the measure should be joined to the timespine."""
pass

@property
Expand Down

0 comments on commit d0f0152

Please sign in to comment.