mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 06:53:59 +00:00
policy fixes
This commit is contained in:
@@ -166,7 +166,7 @@ class Event(Generic[TSelected], ABC):
|
||||
TEvent = TypeVar("TEvent", bound=Event)
|
||||
|
||||
|
||||
class Policy(ABC):
|
||||
class Policy(Generic[TEvent], ABC):
|
||||
def __init__(self, **kwargs: Any):
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user