Skip to content

Commit

Permalink
Remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jan 15, 2025
1 parent f11e634 commit 286c2a6
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,5 +1,4 @@
import _typeshed
from _typeshed import Incomplete
from collections import OrderedDict
from collections.abc import Iterator, Sequence
from functools import partial
Expand All @@ -15,7 +14,7 @@ from .instance_loaders import BaseInstanceLoader
from .results import Error, Result, RowResult
from .widgets import ForeignKeyWidget, ManyToManyWidget, Widget

Dataset: TypeAlias = Incomplete # tablib.Dataset
Dataset: TypeAlias = _typeshed.Incomplete # tablib.Dataset
logger: Logger

@overload
Expand Down

0 comments on commit 286c2a6

Please sign in to comment.