mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 05:24:53 +08:00
fix tests
This commit is contained in:
@@ -21,7 +21,7 @@ from django.db import models
|
|||||||
|
|
||||||
_T = TypeVar("_T", bound=models.Model)
|
_T = TypeVar("_T", bound=models.Model)
|
||||||
|
|
||||||
class QuerySet(Iterable[_T], Sized[_T]):
|
class QuerySet(Iterable[_T], Sized):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
model: Optional[Type[models.Model]] = ...,
|
model: Optional[Type[models.Model]] = ...,
|
||||||
|
|||||||
Reference in New Issue
Block a user