Skip to content

Commit 1217ae6

Browse files
committed
use typeddict from extensions
1 parent 36490b9 commit 1217ae6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reflex/event.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
1414
Generic,
1515
NoReturn,
1616
Protocol,
17-
TypedDict,
1817
TypeVar,
1918
get_args,
2019
get_origin,
2120
get_type_hints,
2221
overload,
2322
)
2423

25-
from typing_extensions import Self, TypeAliasType, TypeVarTuple, Unpack
24+
from typing_extensions import Self, TypeAliasType, TypedDict, TypeVarTuple, Unpack
2625

2726
from reflex import constants
2827
from reflex.constants.compiler import CompileVars, Hooks, Imports

0 commit comments

Comments
 (0)