dang it darglint

This commit is contained in:
Khaleel Al-Adhami 2024-10-15 16:32:42 -07:00
parent 30501a5909
commit 26f62a47d6

View File

@ -992,6 +992,7 @@ def call_event_handler(
Raises:
EventHandlerArgMismatch: if number of arguments expected by event_handler doesn't match the spec.
EventHandlerArgTypeMismatch: if the annotations of args accepted by event_handler differs from the spec of the event trigger.
TypeError: if a failure occurs while comparing types.
Returns:
The event spec from calling the event handler.