fix pyright hopefully

This commit is contained in:
Elijah 2025-01-14 11:24:08 +00:00
parent a3524241ab
commit 9e04be4d7e

View File

@ -1591,7 +1591,7 @@ def get_handler_args(
def fix_events( def fix_events(
events: list[EventHandler | EventSpec] | None, events: list[IndividualEventType] | None,
token: str, token: str,
router_data: dict[str, Any] | None = None, router_data: dict[str, Any] | None = None,
) -> list[Event]: ) -> list[Event]: