diff --git a/django-stubs/core/asgi.pyi b/django-stubs/core/asgi.pyi index 24f46e0..9641fa8 100644 --- a/django-stubs/core/asgi.pyi +++ b/django-stubs/core/asgi.pyi @@ -1 +1,3 @@ -def get_asgi_application(): ... +from django.core.handlers.asgi import ASGIHandler + +def get_asgi_application() -> ASGIHandler: ...