mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
6
django-stubs-generated/core/wsgi.pyi
Normal file
6
django-stubs-generated/core/wsgi.pyi
Normal file
@@ -0,0 +1,6 @@
|
||||
from typing import Optional
|
||||
|
||||
from django.core.handlers.wsgi import WSGIHandler
|
||||
|
||||
|
||||
def get_wsgi_application() -> WSGIHandler: ...
|
||||
Reference in New Issue
Block a user