Fix formatting.

This commit is contained in:
Oleg Nykolyn
2019-01-31 21:44:32 +02:00
parent 3ccecebe3f
commit 7a7f68ede4

View File

@@ -155,6 +155,5 @@ def prefetch_related_objects(model_instances: Iterable[_T], *related_lookups: Un
def get_prefetcher(instance: _T, through_attr: str, to_attr: str) -> Tuple[Any, Any, bool, bool]: ...
class ModelIterable(Iterable[_T]): ...
class InstanceCheckMeta(type): ...
class EmptyQuerySet(metaclass=InstanceCheckMeta): ...