diff --git a/reflex/compiler/templates.py b/reflex/compiler/templates.py index 5c7badfa3..d92e14910 100644 --- a/reflex/compiler/templates.py +++ b/reflex/compiler/templates.py @@ -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