Skip to content

Commit 5f37c34

Browse files
committed
woops
1 parent c18f65c commit 5f37c34

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

reflex/plugins/base.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from collections.abc import Callable, Sequence
44
from pathlib import Path
5-
from typing import ParamSpec, Protocol, TypedDict, TypeVarTuple
5+
from typing import ParamSpec, Protocol, TypedDict
66

77
from typing_extensions import Unpack
88

@@ -39,9 +39,6 @@ class PreCompileContext(CommonContext):
3939
add_task: AddTaskProtcol
4040

4141

42-
Types = TypeVarTuple("Types")
43-
44-
4542
class Plugin:
4643
"""Base class for all plugins."""
4744

0 commit comments

Comments
 (0)