Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 15, 2025
1 parent 6205834 commit 3a174bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stubs/django-import-export/import_export/resources.pyi
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import _typeshed
from _typeshed import Incomplete
from collections import OrderedDict
from collections.abc import Iterator, Sequence
Expand All @@ -6,8 +7,6 @@ from logging import Logger
from typing import Any, ClassVar, Generic, Literal, NoReturn, TypeVar, overload
from typing_extensions import TypeAlias, deprecated

import _typeshed

from django.db.models import Field as DjangoField, ForeignObjectRel, Model, QuerySet
from django.utils.safestring import SafeString

Expand Down

0 comments on commit 3a174bb

Please sign in to comment.