Skip to content

Commit 435477f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 59b88f5 commit 435477f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

django-stubs/db/models/fields/json.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ from django.db.models.lookups import FieldGetDbPrepValueMixin, PostgresOperatorL
1212
from django.db.models.sql.compiler import SQLCompiler, _AsSqlType
1313
from django.utils.choices import _ChoicesInput
1414
from django.utils.functional import _StrOrPromise
15-
from typing_extensions import Self, TypeVar, override
15+
from typing_extensions import Self, override
1616

1717
class JSONField(CheckFieldDefaultMixin, Field[_ST, _GT, _NT]):
1818
encoder: type[json.JSONEncoder] | None

0 commit comments

Comments
 (0)