Skip to content

Commit

Permalink
mark import not found, can't be linted on 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Nov 7, 2024
1 parent 64de75d commit b3af76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/common/libs/ibis.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from dlt.common.destination.reference import TDestinationReferenceArg, Destination, JobClientBase

try:
import ibis # type: ignore[import-untyped]
import ibis # type: ignore[import-not-found]
from ibis import BaseBackend
except ModuleNotFoundError:
raise MissingDependencyException("dlt ibis Helpers", ["ibis"])
Expand Down

0 comments on commit b3af76b

Please sign in to comment.