mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 16:27:09 +08:00
merge with stubgen output
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from typing import (
|
||||
Any,
|
||||
Tuple,
|
||||
)
|
||||
# Stubs for django.db.models.utils (Python 3.6)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Any
|
||||
|
||||
def make_model_tuple(model: Any) -> Tuple[str, str]: ...
|
||||
from typing import Any, Tuple
|
||||
def make_model_tuple(model: Any) -> Tuple[str, str]: ...
|
||||
|
||||
Reference in New Issue
Block a user