mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-14 07:47:09 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from typing import Any, Dict, List, Optional, Union
|
||||
|
||||
from django.contrib.messages.storage.base import BaseStorage
|
||||
from django.http.request import HttpRequest
|
||||
|
||||
|
||||
def messages(
|
||||
request: HttpRequest
|
||||
) -> Dict[str, Union[Dict[str, int], List[Any], BaseStorage]]: ...
|
||||
Reference in New Issue
Block a user