Skip to content

Commit 7473752

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 66eb1ec commit 7473752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django-stubs/db/models/base.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ from collections.abc import Collection, Iterable, Sequence
22
from typing import Any, ClassVar, Final, TypeVar, overload
33

44
from django.core.checks.messages import CheckMessage
5-
from django.core.exceptions import MultipleObjectsReturned as BaseMultipleObjectsReturned, ObjectNotUpdated
6-
from django.core.exceptions import ObjectDoesNotExist, ValidationError
5+
from django.core.exceptions import MultipleObjectsReturned as BaseMultipleObjectsReturned
6+
from django.core.exceptions import ObjectDoesNotExist, ObjectNotUpdated, ValidationError
77
from django.db.models import BaseConstraint, Field, QuerySet
88
from django.db.models.manager import Manager
99
from django.db.models.options import Options

0 commit comments

Comments
 (0)