We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18f65c commit 5f37c34Copy full SHA for 5f37c34
1 file changed
reflex/plugins/base.py
@@ -2,7 +2,7 @@
2
3
from collections.abc import Callable, Sequence
4
from pathlib import Path
5
-from typing import ParamSpec, Protocol, TypedDict, TypeVarTuple
+from typing import ParamSpec, Protocol, TypedDict
6
7
from typing_extensions import Unpack
8
@@ -39,9 +39,6 @@ class PreCompileContext(CommonContext):
39
add_task: AddTaskProtcol
40
41
42
-Types = TypeVarTuple("Types")
43
-
44
45
class Plugin:
46
"""Base class for all plugins."""
47
0 commit comments