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