mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-14 15:57:08 +08:00
make pep561 compliant
This commit is contained in:
7
django-stubs/db/models/utils.pyi
Normal file
7
django-stubs/db/models/utils.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
from typing import (
|
||||
Any,
|
||||
Tuple,
|
||||
)
|
||||
|
||||
|
||||
def make_model_tuple(model: Any) -> Tuple[str, str]: ...
|
||||
Reference in New Issue
Block a user