Annotate get_asgi_application (#527)

This commit is contained in:
Francesc
2020-11-09 18:27:17 +01:00
committed by GitHub
parent aab8acf2ea
commit 01af2ff588

View File

@@ -1 +1,3 @@
def get_asgi_application(): ...
from django.core.handlers.asgi import ASGIHandler
def get_asgi_application() -> ASGIHandler: ...