mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
Fix formatting.
This commit is contained in:
@@ -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]: ...
|
def get_prefetcher(instance: _T, through_attr: str, to_attr: str) -> Tuple[Any, Any, bool, bool]: ...
|
||||||
|
|
||||||
class ModelIterable(Iterable[_T]): ...
|
class ModelIterable(Iterable[_T]): ...
|
||||||
|
|
||||||
class InstanceCheckMeta(type): ...
|
class InstanceCheckMeta(type): ...
|
||||||
class EmptyQuerySet(metaclass=InstanceCheckMeta): ...
|
class EmptyQuerySet(metaclass=InstanceCheckMeta): ...
|
||||||
|
|||||||
Reference in New Issue
Block a user