Skip to content

Commit e22d0d6

Browse files
pre-commit-ci[bot]Viicos
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 7e0d6b9 commit e22d0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django-stubs/contrib/auth/models.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ from django.contrib.auth.validators import UnicodeUsernameValidator
77
from django.contrib.contenttypes.models import ContentType
88
from django.db import models
99
from django.db.models import QuerySet
10-
from django.db.models.expressions import Combinable
1110
from django.db.models.base import Model
11+
from django.db.models.expressions import Combinable
1212
from django.db.models.manager import EmptyManager
1313
from django.utils.functional import _StrOrPromise
1414
from typing_extensions import Self, TypeAlias

0 commit comments

Comments
 (0)