dang it darglint

This commit is contained in:
Khaleel Al-Adhami 2024-10-31 15:14:10 -07:00
parent dc0c76c7af
commit 3d111501fb

View File

@ -1073,9 +1073,6 @@ def call_event_handler(
event_spec: The lambda that define the argument(s) to pass to the event handler.
key: The key to pass to the event handler.
Raises:
EventFnArgMismatch: if number of arguments expected by event_handler doesn't match the spec.
Returns:
The event spec from calling the event handler.