Skip to content

Commit bc9ec6a

Browse files
authored
fix: revert mistake setting TALISMAN_ENABLED=False (#34909)
1 parent b9cbf2e commit bc9ec6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

superset/config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,6 @@ def EMAIL_HEADER_MUTATOR( # pylint: disable=invalid-name,unused-argument # noq
18301830

18311831
# Do you want Talisman enabled?
18321832
TALISMAN_ENABLED = utils.cast_to_boolean(os.environ.get("TALISMAN_ENABLED", True))
1833-
TALISMAN_ENABLED = False
18341833

18351834
# If you want Talisman, how do you want it configured??
18361835
# For more information on setting up Talisman, please refer to

0 commit comments

Comments
 (0)