Skip to content

Commit

Permalink
chore: remove underscore from builtin_time_grains label
Browse files Browse the repository at this point in the history
  • Loading branch information
cnabro committed Jun 30, 2023
1 parent ba3bdc0 commit 0e086fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/db_engine_specs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class TimeGrain(NamedTuple):
TimeGrainConstants.WEEK_STARTING_SUNDAY: __("Week starting Sunday"),
TimeGrainConstants.WEEK_STARTING_MONDAY: __("Week starting Monday"),
TimeGrainConstants.WEEK_ENDING_SATURDAY: __("Week ending Saturday"),
TimeGrainConstants.WEEK_ENDING_SUNDAY: __("Week_ending Sunday"),
TimeGrainConstants.WEEK_ENDING_SUNDAY: __("Week ending Sunday"),
}


Expand Down

0 comments on commit 0e086fb

Please sign in to comment.