Skip to content

Commit

Permalink
drop default
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDee committed Nov 8, 2024
1 parent 97329f1 commit 7c59d74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ def _exception_message_for_incorrect_format(element_name: str) -> str:
@staticmethod
def create_time_dimension(
time_dimension_name: str,
custom_granularity_names: Sequence[str],
time_granularity_name: Optional[str] = None,
entity_path: Sequence[str] = (),
date_part_name: Optional[str] = None,
custom_granularity_names: Sequence[str] = (),
) -> TimeDimensionCallParameterSet:
"""Gets called by Jinja when rendering {{ TimeDimension(...) }}.
Expand Down

0 comments on commit 7c59d74

Please sign in to comment.