Skip to content

Commit

Permalink
Try importing tablib
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Jan 21, 2025
1 parent 35b34ad commit e498f5e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from _typeshed import Incomplete, ReadableBuffer
from _typeshed import ReadableBuffer
from logging import Logger
from typing import IO, Any, ClassVar
from typing_extensions import Self, TypeAlias
from typing_extensions import Self

Dataset: TypeAlias = Incomplete # tablib.Dataset
from tablib import Dataset # type: ignore[import-not-found]

Check failure on line 6 in stubs/django-import-export/import_export/formats/base_formats.pyi

View workflow job for this annotation

GitHub Actions / Test typeshed with pyright (Linux, 3.12)

Import "tablib" could not be resolved (reportMissingImports)

logger: Logger

Expand Down

0 comments on commit e498f5e

Please sign in to comment.