add __future__

This commit is contained in:
Lendemor 2024-12-18 17:15:54 +01:00
parent 565a70b361
commit 2f488e9c37

View File

@ -1,5 +1,7 @@
"""Templates to use in the reflex compiler."""
from __future__ import annotations
from jinja2 import Environment, FileSystemLoader, Template
from reflex import constants