Fix: Resolve docstring build issues before 0.0.87 release

This commit is contained in:
Mark Backman
2025-10-02 10:09:25 -04:00
parent c567fd71b1
commit f09d780413
5 changed files with 58 additions and 44 deletions

View File

@@ -29,7 +29,7 @@ class EventHandler:
This data class stores the event name, a list of handlers to run for this
event, and whether these handlers will be executed in a task.
Attributes:
Parameters:
name (str): The name of the event handler.
handlers (List[Any]): A list of functions to be called when this event is triggered.
is_sync (bool): Indicates whether the functions are executed in a task.