integrate some generated stubs

This commit is contained in:
Maxim Kurnikov
2018-11-13 20:44:24 +03:00
parent 347c2d270c
commit 6de735a7bb
20 changed files with 669 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from typing import Any, Iterator, Optional, Type
from typing import Any, Iterator, Type
from django.db.models.base import Model
+1
View File
@@ -1,3 +1,4 @@
import collections
from typing import Any, Callable, List, Optional, Tuple, Type, Union
from django.apps.config import AppConfig