remove extra private

This commit is contained in:
Khaleel Al-Adhami 2025-01-22 14:17:48 -08:00 committed by GitHub
parent 59f4f03af1
commit 3cc88eae1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.