fix 3.9 annotations

This commit is contained in:
Lendemor 2024-10-22 19:27:41 +02:00
parent 92a3162764
commit e55824cfab

View File

@ -1,5 +1,7 @@
"""Client-side storage classes for reflex state variables.""" """Client-side storage classes for reflex state variables."""
from __future__ import annotations
from typing import Any from typing import Any
from reflex.utils import format from reflex.utils import format