Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor-Avila committed Mar 20, 2024
1 parent 9875d7e commit eb3b0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/jinja_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ def metric_macro(metric_key: str, dataset_id: Optional[int] = None) -> str:
from the request context (if available).
:param metric_key: the metric key.
:param dataset_id: the ID for the dataset the macro is associated with.
:param dataset_id: the ID for the dataset the metric is associated with.
:returns: the macro SQL syntax.
"""
# pylint: disable=import-outside-toplevel
Expand Down

0 comments on commit eb3b0c9

Please sign in to comment.