py38 compatibility

This commit is contained in:
Masen Furer 2024-04-30 14:34:26 -07:00
parent 79c86f7762
commit feb74eef7a
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
"""A link component."""
from __future__ import annotations
from reflex.components.chakra import ChakraComponent
from reflex.components.component import Component

View File

@ -1,5 +1,7 @@
"""rx.match."""
from __future__ import annotations
import textwrap
from typing import Any, Dict, List, Optional, Tuple, Union