Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Sep 5, 2024
1 parent 3e92abd commit 4af0e56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def with_grain(self, time_granularity: ExpandedTimeGranularity) -> TimeDimension
)

def with_grain_and_date_part( # noqa: D102
self, time_granularity: TimeGranularity, date_part: Optional[DatePart]
self, time_granularity: ExpandedTimeGranularity, date_part: Optional[DatePart]
) -> TimeDimensionSpec:
return TimeDimensionSpec(
element_name=self.element_name,
Expand Down

0 comments on commit 4af0e56

Please sign in to comment.