mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-09-17 17:23:17 +08:00
black reformat
This commit is contained in:
@@ -4,7 +4,7 @@ from django.db.models.base import Model
|
|||||||
from django.db.models.query import QuerySet
|
from django.db.models.query import QuerySet
|
||||||
|
|
||||||
_T = TypeVar("_T", bound=Model, covariant=True)
|
_T = TypeVar("_T", bound=Model, covariant=True)
|
||||||
_Self = TypeVar('_Self', bound='BaseManager')
|
_Self = TypeVar("_Self", bound="BaseManager")
|
||||||
|
|
||||||
class BaseManager(QuerySet[_T]):
|
class BaseManager(QuerySet[_T]):
|
||||||
creation_counter: int = ...
|
creation_counter: int = ...
|
||||||
|
|||||||
Reference in New Issue
Block a user