mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-13 07:21:56 +08:00
initial commit
This commit is contained in:
4
django/contrib/messages/utils.pyi
Normal file
4
django/contrib/messages/utils.pyi
Normal file
@@ -0,0 +1,4 @@
|
||||
from typing import Dict
|
||||
|
||||
|
||||
def get_level_tags() -> Dict[int, str]: ...
|
||||
Reference in New Issue
Block a user