don't use Any from extensions
This commit is contained in:
parent
7ada0ea5b9
commit
6745d6cb9d
@ -4,15 +4,10 @@ from __future__ import annotations
|
|||||||
|
|
||||||
import dataclasses
|
import dataclasses
|
||||||
import sys
|
import sys
|
||||||
|
from typing import (
|
||||||
from typing_extensions import (
|
|
||||||
Any,
|
Any,
|
||||||
Callable,
|
Callable,
|
||||||
Concatenate,
|
|
||||||
Generic,
|
|
||||||
Optional,
|
Optional,
|
||||||
ParamSpec,
|
|
||||||
Protocol,
|
|
||||||
Sequence,
|
Sequence,
|
||||||
Tuple,
|
Tuple,
|
||||||
Type,
|
Type,
|
||||||
@ -21,6 +16,8 @@ from typing_extensions import (
|
|||||||
overload,
|
overload,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
from typing_extensions import Concatenate, Generic, ParamSpec, Protocol
|
||||||
|
|
||||||
from reflex.utils import format
|
from reflex.utils import format
|
||||||
from reflex.utils.types import GenericType
|
from reflex.utils.types import GenericType
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user