add future annotations

This commit is contained in:
Khaleel Al-Adhami 2024-10-09 19:10:56 -07:00
parent eff980fb9b
commit 47734388a7

View File

@ -1,5 +1,7 @@
"""Interactive components provided by @radix-ui/themes.""" """Interactive components provided by @radix-ui/themes."""
from __future__ import annotations
from typing import List, Literal, Optional, Tuple, Union from typing import List, Literal, Optional, Tuple, Union
from reflex.components.component import Component from reflex.components.component import Component