Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho authored Aug 4, 2023
1 parent 09f5686 commit b8ce892
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/views/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ def cached_common_bootstrap_data(user: User, locale: str) -> dict[str, Any]:
"extra_categorical_color_schemes": conf["EXTRA_CATEGORICAL_COLOR_SCHEMES"],
"theme_overrides": conf["THEME_OVERRIDES"],
"menu_data": menu_data(user),
"Talisman": conf.get("TALISMAN_ENABLED", "not set"),
}
bootstrap_data.update(conf["COMMON_BOOTSTRAP_OVERRIDES_FUNC"](bootstrap_data))
return bootstrap_data
Expand Down

0 comments on commit b8ce892

Please sign in to comment.