From 3cc88eae1e6dc362e145334e500a651225d9212f Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Wed, 22 Jan 2025 14:17:48 -0800 Subject: [PATCH] remove extra private --- reflex/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/app.py b/reflex/app.py index 176655c70..f0f4baaa4 100644 --- a/reflex/app.py +++ b/reflex/app.py @@ -276,7 +276,7 @@ class App(MiddlewareMixin, LifespanMixin): # Admin dashboard to view and manage the database. admin_dash: Optional[AdminDash] = None - # The async server name space. PRIVATE. + # The async server name space. _event_namespace: Optional[EventNamespace] = None # Background tasks that are currently running.