Support 3.9 on templates (#2065)

This commit is contained in:
Nikhil Rao 2023-10-27 16:49:29 -07:00 committed by GitHub
parent 5e444a7b7b
commit d5c7cedf31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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