From 29d9d7b25178f739b895287b4d25cc82a9802f3e Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Wed, 6 Nov 2024 09:24:49 -0800 Subject: [PATCH] format code --- reflex/event.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reflex/event.py b/reflex/event.py index 6e8ab2cf1..f30017d21 100644 --- a/reflex/event.py +++ b/reflex/event.py @@ -28,8 +28,9 @@ from typing import ( from typing_extensions import ( Concatenate, ParamSpec, - Protocol, TypedDict, + Protocol, TypeAliasType, + TypedDict, TypeVar, get_args, get_origin,