black reformat

This commit is contained in:
Maxim Kurnikov
2019-02-03 20:09:27 +03:00
parent 59b4d2e849
commit 2a6a0120a9
+1 -1
View File
@@ -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 = ...