i have two braincells and they are NOT collaborating

This commit is contained in:
Khaleel Al-Adhami 2024-08-27 16:26:54 -07:00
parent 738eead729
commit b5d8c1ea10

View File

@ -184,7 +184,7 @@ class UnevaluatedPage:
title: str title: str
description: str description: str
image: str image: str
on_load: Union[EventHandler, EventSpec, list[EventHandler | EventSpec], None] on_load: Union[EventHandler, EventSpec, List[Union[EventHandler, EventSpec]], None]
meta: List[Dict[str, str]] meta: List[Dict[str, str]]