Skip to content

Commit 3a174bb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 6205834 commit 3a174bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stubs/django-import-export/import_export/resources.pyi

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import _typeshed
12
from _typeshed import Incomplete
23
from collections import OrderedDict
34
from collections.abc import Iterator, Sequence
@@ -6,8 +7,6 @@ from logging import Logger
67
from typing import Any, ClassVar, Generic, Literal, NoReturn, TypeVar, overload
78
from typing_extensions import TypeAlias, deprecated
89

9-
import _typeshed
10-
1110
from django.db.models import Field as DjangoField, ForeignObjectRel, Model, QuerySet
1211
from django.utils.safestring import SafeString
1312

0 commit comments

Comments
 (0)