merge with stubgen output

This commit is contained in:
Maxim Kurnikov
2018-07-29 23:25:20 +03:00
parent 496a6274e7
commit 4866354600
294 changed files with 10234 additions and 10842 deletions

View File

@@ -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]: ...