policy fixes

This commit is contained in:
olgavrou
2023-09-04 18:46:45 -04:00
parent 736e0dd46e
commit 5c2069890f
2 changed files with 2 additions and 21 deletions

View File

@@ -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