Skip to content

Commit

Permalink
chore: remove underscore from builtin_time_grains label (apache#24567)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnabro authored Jul 7, 2023
1 parent 781a204 commit a6e749d
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 a6e749d

Please sign in to comment.