remove extra private
This commit is contained in:
parent
59f4f03af1
commit
3cc88eae1e
@ -276,7 +276,7 @@ class App(MiddlewareMixin, LifespanMixin):
|
|||||||
# Admin dashboard to view and manage the database.
|
# Admin dashboard to view and manage the database.
|
||||||
admin_dash: Optional[AdminDash] = None
|
admin_dash: Optional[AdminDash] = None
|
||||||
|
|
||||||
# The async server name space. PRIVATE.
|
# The async server name space.
|
||||||
_event_namespace: Optional[EventNamespace] = None
|
_event_namespace: Optional[EventNamespace] = None
|
||||||
|
|
||||||
# Background tasks that are currently running.
|
# Background tasks that are currently running.
|
||||||
|
Loading…
Reference in New Issue
Block a user