We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e09af commit 66da1a3Copy full SHA for 66da1a3
1 file changed
python/python/lance_context/__init__.py
@@ -1,7 +1,7 @@
1
from __future__ import annotations
2
3
-from ._internal import Context
4
-from ._internal import version as _version
+from ._internal import Context # pyright: ignore[reportMissingImports]
+from ._internal import version as _version # pyright: ignore[reportMissingImports]
5
6
__all__ = ["Context", "__version__"]
7
0 commit comments