Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Jun 25, 2024
1 parent 3e6f775 commit c9507c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/parser/schema_yaml_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _get_input_measures(

return input_measures

def _get_period_agg(self, unparsed_period_agg: str) -> Optional[PeriodAggregation]:
def _get_period_agg(self, unparsed_period_agg: str) -> PeriodAggregation:
return PeriodAggregation(unparsed_period_agg)

Check warning on line 228 in core/dbt/parser/schema_yaml_readers.py

View check run for this annotation

Codecov / codecov/patch

core/dbt/parser/schema_yaml_readers.py#L228

Added line #L228 was not covered by tests

def _get_optional_grain_to_date(
Expand Down

0 comments on commit c9507c1

Please sign in to comment.