import from extensions
This commit is contained in:
parent
b7e57714bf
commit
f11cf7e0fb
@ -16,10 +16,11 @@ from typing import (
|
||||
TypeVar,
|
||||
Union,
|
||||
get_args,
|
||||
is_typeddict,
|
||||
overload,
|
||||
)
|
||||
|
||||
from typing_extensions import is_typeddict
|
||||
|
||||
from reflex.utils import types
|
||||
from reflex.utils.exceptions import VarAttributeError
|
||||
from reflex.utils.types import GenericType, get_attribute_access_type, get_origin
|
||||
|
Loading…
Reference in New Issue
Block a user