py38 compatibility
This commit is contained in:
parent
79c86f7762
commit
feb74eef7a
@ -1,5 +1,6 @@
|
||||
"""A link component."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from reflex.components.chakra import ChakraComponent
|
||||
from reflex.components.component import Component
|
||||
|
@ -1,5 +1,7 @@
|
||||
"""rx.match."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import textwrap
|
||||
from typing import Any, Dict, List, Optional, Tuple, Union
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user