소스 검색

Support 3.9 on templates (#2065)

Nikhil Rao 1 년 전
부모
커밋
d5c7cedf31
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      reflex/.templates/apps/base/code/templates/template.py

+ 2 - 0
reflex/.templates/apps/base/code/templates/template.py

@@ -1,5 +1,7 @@
 """Common templates used between pages in the app."""
 
+from __future__ import annotations
+
 from code import styles
 from code.components.sidebar import sidebar
 from typing import Callable