Skip to content

Commit 4c32f95

Browse files
committed
revert once
1 parent 475bf83 commit 4c32f95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reflex/utils/prerequisites.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from reflex.config import Config, get_config
3737
from reflex.environment import environment
3838
from reflex.utils import console, net, path_ops, processes, redir
39-
from reflex.utils.decorator import cached_procedure, once
39+
from reflex.utils.decorator import cached_procedure
4040
from reflex.utils.exceptions import SystemPackageMissingError
4141
from reflex.utils.misc import get_module_path
4242
from reflex.utils.registry import get_npm_registry
@@ -517,7 +517,6 @@ def compile_or_validate_app(
517517
validate_app(check_if_schema_up_to_date=check_if_schema_up_to_date)
518518

519519

520-
@once
521520
def get_redis() -> Redis | None:
522521
"""Get the asynchronous redis client.
523522

0 commit comments

Comments
 (0)