Skip to content

Commit e66aa02

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 493d58e commit e66aa02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest_framework-stubs/utils/field_mapping.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from _typeshed import Incomplete
2-
from collections.abc import MutableMapping, Sequence
3-
from typing import Any, Generic, Iterator, TypeVar
2+
from collections.abc import Iterator, MutableMapping, Sequence
3+
from typing import Any, Generic, TypeVar
44

55
from django.db import models
66
from rest_framework.validators import UniqueValidator

0 commit comments

Comments
 (0)