mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 13:04:47 +08:00
5 lines
168 B
Python
5 lines
168 B
Python
from django.contrib.messages.storage.base import BaseStorage
|
|
from django.http.request import HttpRequest
|
|
|
|
|
|
def default_storage(request: HttpRequest) -> BaseStorage: ... |