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