add future annotations
This commit is contained in:
parent
eff980fb9b
commit
47734388a7
@ -1,5 +1,7 @@
|
||||
"""Interactive components provided by @radix-ui/themes."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import List, Literal, Optional, Tuple, Union
|
||||
|
||||
from reflex.components.component import Component
|
||||
|
Loading…
Reference in New Issue
Block a user