FIX UserWarning when using ASGI mode (#2091)
Co-authored-by: Adam Hopkins <admhpkns@gmail.com>
This commit is contained in:
parent
8f06d035cb
commit
5ba43decf2
|
@ -78,6 +78,7 @@ class Sanic(BaseSanic):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__fake_slots__ = (
|
__fake_slots__ = (
|
||||||
|
"_asgi_app",
|
||||||
"_app_registry",
|
"_app_registry",
|
||||||
"_asgi_client",
|
"_asgi_client",
|
||||||
"_blueprint_order",
|
"_blueprint_order",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user