From 24caf5fef14661818a53bdb4735cff6bef81a59c Mon Sep 17 00:00:00 2001 From: Benedikt Bartscher Date: Wed, 6 Nov 2024 01:32:12 +0100 Subject: [PATCH] cleanup unnecessary or False --- reflex/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/reflex/config.py b/reflex/config.py index 81e7d3b36..ac7ae34b8 100644 --- a/reflex/config.py +++ b/reflex/config.py @@ -598,7 +598,6 @@ class EnvironmentVariables: default_factory=lambda: ( EnvironmentVariables.REFLEX_ENV_MODE.get() == constants.Env.PROD ) - or False )