Skip to content

Commit

Permalink
add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongjie Zhao committed Nov 20, 2023
1 parent 2c8a3de commit 2173379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ def _try_json_readsha(filepath: str, length: int) -> str | None:
DEFAULT_TIME_FILTER = NO_TIME_RANGE
TIME_FILTER_SHORTCUTS = [
["Current week", "DATETRUNC(DATETIME('today'), WEEK) : today"],
["Current month(MTD)", "DATETRUNC(DATETIME('today'), MONTH) : today"],
["Current year(YTD)", "DATETRUNC(DATETIME('today'), YEAR) : today"],
["Current month (MTD)", "DATETRUNC(DATETIME('today'), MONTH) : today"],
["Current year (YTD)", "DATETRUNC(DATETIME('today'), YEAR) : today"],
]

SUPERSET_WEBSERVER_PROTOCOL = "http"
Expand Down

0 comments on commit 2173379

Please sign in to comment.