mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 13:04:47 +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]: ...
|
||||
|
||||
class ModelIterable(Iterable[_T]): ...
|
||||
|
||||
class InstanceCheckMeta(type): ...
|
||||
class EmptyQuerySet(metaclass=InstanceCheckMeta): ...
|
||||
|
||||
Reference in New Issue
Block a user