diff --git a/discatcore/utils/event.py b/discatcore/utils/event.py index adae9b5..fa4905c 100644 --- a/discatcore/utils/event.py +++ b/discatcore/utils/event.py @@ -57,7 +57,10 @@ def __init__(self, name: str, parent: Dispatcher) -> None: # setters/decorators def set_proto( - self, proto_func: t.Union[Func[t.Any], staticmethod[..., t.Any]], *, force_parent: bool = False + self, + proto_func: t.Union[Func[t.Any], staticmethod[..., t.Any]], + *, + force_parent: bool = False, ) -> None: """Sets the prototype for this event.