add __future__
This commit is contained in:
parent
565a70b361
commit
2f488e9c37
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user