Skip to content

Commit b8426b9

Browse files
mistercrunchsadpandajoe
authored andcommitted
fix: revert mistake setting TALISMAN_ENABLED=False (#34909)
(cherry picked from commit bc9ec6a)
1 parent 2f08647 commit b8426b9

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
@@ -1815,7 +1815,6 @@ def EMAIL_HEADER_MUTATOR( # pylint: disable=invalid-name,unused-argument # noq
18151815

18161816
# Do you want Talisman enabled?
18171817
TALISMAN_ENABLED = utils.cast_to_boolean(os.environ.get("TALISMAN_ENABLED", True))
1818-
TALISMAN_ENABLED = False
18191818

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

0 commit comments

Comments
 (0)